﻿@charset "UTF-8";
* {
	-webkit-font-smoothing: antialiased;
}
html {
	font-size: 20px;
}
 @media only screen and (min-width: 360px) {
 html {
 font-size: 26px !important;
}
}
@media only screen and (min-width: 435px) {
 html {
 font-size: 32px !important;
}
}
@media only screen and (min-width: 500px) {
 html {
 font-size: 36px !important;
}
}
@media only screen and (min-width: 769px) {
 html {
 font-size: 40px !important;
}
}
@media only screen and (min-width: 1025px) {
 html {
 font-size: 48px !important;
}
}
ul, li {
	float: none;
}
 @media (min-width: 1025px) {
 .js-m .js-m-left {
 transform: translate(-200px, 0);
 opacity: 0;
}
 .js-m .js-m-right {
 transform: translate(200px, 0);
 opacity: 0;
}
 .js-m .js-m-top {
 transform: translate(0, -200px);
 opacity: 0;
}
 .js-m .js-m-btm {
 transform: translate(0, 200px);
 opacity: 0;
}
 .js-m.animate .js-m-left {
 transition: all .8s ease-in-out;
 transform: translate(0, 0);
 opacity: 1;
}
 .js-m.animate .js-m-right {
 transition: all .8s ease-in-out;
 transform: translate(0, 0);
 opacity: 1;
}
 .js-m.animate .js-m-top {
 transition: all .8s ease-in-out;
 transform: translate(0, 0);
 opacity: 1;
}
 .js-m.animate .js-m-btm {
 transition: all .8s ease-in-out;
 transform: translate(0, 0);
 opacity: 1;
}
}
 @media (min-width: 1025px) {
 .flipInY {
 animation-duration: 1s;
 animation-fill-mode: both;
 visibility: hidden;
}
}
@media (min-width: 1025px) {
 .flipInY.animate {
 -webkit-backface-visibility: visible !important;
 -ms-backface-visibility: visible !important;
 backface-visibility: visible !important;
 animation-name: flipInY;
 visibility: visible;
}
}
 @keyframes flipInY {
 0% {
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 40% {
 transform: perspective(400px) rotateY(-10deg);
}
 70% {
 transform: perspective(400px) rotateY(10deg);
}
 100% {
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
.in-block, .ex-inner-title .title .link-box .link, .inner-banner .flexslider .flex-control-nav li, .main_sw.welc .banner .flexslider .flex-control-nav li, .main_sw.welc .box1 .list .cont .num sup, .main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date span, .main_sw.welc .box7 .wrap .list-box .link, .main_sw.welc .box7 .wrap .list-box .link .img-box img, .main_sw.join .box1 .wrap .list .mid-pos .num, .main_sw.join .box1 .wrap .list .mid-pos .mid-text, .main_sw.join .box1 .wrap .list .mid-pos .mid-text .c, .main_sw.join .box1 .wrap .list .mid-pos .mid-text .e, .main_sw.join .box2 .wrap .text-cont .text-box .text .icon, .main_sw.join .box3 .list-box .list .num, .main_sw.join .box3 .list-box .list .text, .main_sw.join .box4 .num-box .text-box, .main_sw.join .box4 .num-box .text-box .icon, .main_sw.join .box4 .num-box .text-box .text, .main_sw.ser .box3 .wrap .list .text-box .title span, .main_sw.job .box1 .list-box .list, .main_sw.job .box3 .page a, .main_sw.job .box3 .page a span, .main_sw.job .box3 .wrap .hide .text-cont .list1 .text, .main_sw.job .box3 .wrap .hide .text-cont .btn, .main_sw.job .box4 .wrap .text-box .title span, .main_sw.job .box5 .tab-box .tab, .main_sw.job .box5 .list-box .list-cont .icon-box .img, .main_sw.job .box5 .list-box .list-cont .icon-box span, .main_sw.job .box6 .wrap .tab-box .tab, .main_sw.partner .box1 .wrap .link-box .link, .main_sw.partner .box1 .wrap .link-box .link .img-box img, .main_sw.industry .box6 .wrap .list-box .list, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon1, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon4, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon2, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon3, .main_sw.pro .box1 .tab-box .tab, .main_sw.pro-info .box2 .tab-box .tab, .main_sw.search .box1 .page a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.text-hide, .main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .title {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.user-select {
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.iconfont {
	-webkit-text-stroke-width: 0;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table .table-cell {
	display: table-cell;
	vertical-align: middle;
}
#lightbox-image {
	width: 100%;
}
button, input {
	outline: none;
	border: none;
	background: none;
}
 @media (max-width: 1024px) {
 .is1024 {
 display: none;
}
}
 @media (max-width: 500px) {
 .is500 {
 display: none;
}
}
 @media (max-width: 960px) {
 .is960 {
 display: none;
}
}
 @media (max-width: 1350px) {
 .is1350 {
 display: none;
}
}
.w1580 {
	width: 82.29%;
	max-width: 1580px;
	margin: 0 auto;
}
 @media (max-width: 1580px) {
 .w1580 {
 width: 94%;
}
}
.w1280 {
	width: 82.29%;
	max-width: 1280px;
	margin: 0 auto;
}
 @media (max-width: 1300px) {
 .w1280 {
 width: 94%;
}
}
.BMap_cpyCtrl {
	display: none;
}
.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #959595;
	border-radius: 50%;
	animation: spinner 700ms infinite linear;
	z-index: 0;
}
 @keyframes spinner {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.ex-welc-line {
	width: 33px;
	height: 3px;
	background-color: #0061ae;
	transition: transform 0.4s;
	transform-origin: 0;
}
 @media (max-width: 435px) {
 .ex-welc-line {
 height: 2px;
}
}
.ex-more {
	display: block;
	width: 158px;
	height: 44px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #0061ae;
	border-radius: 42px;
	border: 1px solid transparent;
	transition: all 0.5s;
}
 @media (max-width: 1400px) {
 .ex-more {
 width: 134px;
 height: 36px;
 font-size: 14px;
 line-height: 36px;
}
}
 @media (max-width: 1024px) {
 .ex-more {
 width: 120px;
 height: 32px;
 font-size: 13px;
 line-height: 32px;
}
}
 @media (max-width: 500px) {
 .ex-more {
 width: 104px;
 height: 24px;
 font-size: 12px;
 line-height: 24px;
}
}
.ex-title-box {
	padding-bottom: 58px;
	text-align: center;
}
.ex-title-box .title {
	padding-bottom: 18px;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}
.ex-title-box .c {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}
.ex-title-box .ex-welc-line {
	margin: 0 auto;
}
 @media (max-width: 1024px) {
 .ex-title-box {
 padding-bottom: 1.20833rem;
}
 .ex-title-box .title {
 padding-bottom: 14px;
 font-size: 18px;
}
 .ex-title-box .c {
 padding-bottom: 8px;
}
}
 @media (min-width: 1025px) {
 a.ex-more:hover {
 background-color: transparent;
 color: #0061ae;
 border-color: #0061ae;
}
}
.ex-inner-title .title {
	border-bottom: 1px solid #bebdbd;
	padding-top: 48px;
	padding-bottom: 35px;
}
.ex-inner-title .title .tits {
	font-size: 30px;
	line-height: 30px;
	color: #666666;
}
.ex-inner-title .title .tits i {
	font-weight: bold;
	float: left;
	font-style: normal;
}
.ex-inner-title .title .tits span {
	font-size: 18px;
	text-transform: uppercase;
	color: #7c7c7c;
	line-height: 18px;
	font-family: Arial;
	float: left;
	margin-top: 16px;
	margin-left: 13px;
}
.ex-inner-title .title .link-box {
	position: relative;
	top: 14px;
	text-align: right;
}
.ex-inner-title .title .link-box .link {
	margin-left: 4%;
	font-size: 16px;
	color: #6d6d6d;
}
 @media (min-width: 1025px) {
 .ex-inner-title .title .link-box .link:hover {
 color: #0074d0;
}
}
.ex-inner-title .title .link-box .link.cur {
	color: #0074d0;
}
 @media (max-width: 1024px) {
 .ex-inner-title .title {
 padding-top: 28.8px;
 padding-bottom: 21px;
}
 .ex-inner-title .title .tits {
 font-size: 24px;
}
 .ex-inner-title .title .tits span {
 font-size: 14px;
 line-height: 16px;
 margin-top: 14px;
 margin-left: 10px;
}
 .ex-inner-title .title .link-box {
 display: none;
}
}
 @media (max-width: 640px) {
 .ex-inner-title .title {
 padding-top: 24px;
 padding-bottom: 17.5px;
}
 .ex-inner-title .title .tits {
 font-size: 16px;
 line-height: 22px;
}
 .ex-inner-title .title .tits span {
 font-size: 12px;
 line-height: 16px;
 margin-top: 7px;
 margin-left: 7px;
}
}
.ex-wrap-title {
	padding: 55px 0 60px;
	text-align: center;
}
.ex-wrap-title .e {
	padding-bottom: 5px;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: DIN;
	color: #f6f6f6;
}
.ex-wrap-title .c {
	font-size: 30px;
	font-weight: normal;
	color: #666;
}
 @media (max-width: 1400px) {
 .ex-wrap-title .e {
 font-size: 48px;
}
 .ex-wrap-title .c {
 font-size: 24px;
}
}
 @media (max-width: 1024px) {
 .ex-wrap-title {
 padding: 1.14583rem 0 1.25rem;
}
 .ex-wrap-title .e {
 font-size: 36px;
}
 .ex-wrap-title .c {
 font-size: 18px;
}
}
 @media (max-width: 640px) {
 .ex-wrap-title .e {
 font-size: 26px;
}
 .ex-wrap-title .c {
 font-size: 20px;
}
}
.inner-banner {
	position: relative;
	z-index: 100;
	padding-top: 87px;
}
.inner-banner .flexslider {
	position: relative;
}
.inner-banner .flexslider .flex-control-nav {
	position: absolute;
	bottom: 5%;
	z-index: 10;
	text-align: center;
}
.inner-banner .flexslider .flex-control-nav li a {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0061ae;
	cursor: pointer;
}
.inner-banner .flexslider .flex-control-nav li a .line {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	border-radius: 50%;
	background-color: #fff;
}
.inner-banner .flexslider .flex-control-nav li a.flex-active .line {
	width: 100%;
}
.inner-banner .flexslider .slides .items .link {
	position: relative;
	display: block;
}
.inner-banner .flexslider .slides .items .link .img-box {
	overflow: hidden;
}
.inner-banner .flexslider .slides .items .link .img-box img {
	display: block;
	width: 100%;
	transform: scale(1.07);
}
.inner-banner .flexslider .slides .items .link .img-box video {
	display: block;
	width: 100%;
	object-fit: fill;
}
.inner-banner .flexslider .slides .items .link .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}
.inner-banner .flexslider .slides .items .link .pos .text-box .e {
	font-family: Impact;
	font-size: 105px;
	letter-spacing: 5px;
	transition: text-shadow 0.4s, opacity 0.4s;
	opacity: 0;
	text-shadow: 0px 0px 60px #fff;
	color: #fff;
}
.inner-banner .flexslider .slides .items .link .pos .text-box .text {
	padding-bottom: 68px;
	font-size: 48px;
	transition: text-shadow 0.4s, opacity 0.4s;
	opacity: 0;
	text-shadow: 0px 0px 60px #fff;
	color: #fff;
}
.inner-banner .flexslider .slides .items .link .pos .text-box .ex-more {
	transform: translate(0, 50px);
	transition: transform 0.4s, opacity 0.4s;
	opacity: 0;
}
 @media (min-width: 1025px) {
 .inner-banner .flexslider .slides .items .link .pos .text-box .ex-more:hover {
 background-color: transparent;
 color: #0061ae;
 border-color: #0061ae;
}
}
.inner-banner .flexslider .slides .items.cur .link .img-box img {
	transition: transform 10s;
	transform: scale(1);
}
.inner-banner .flexslider .slides .items.cur .link .pos .e, .inner-banner .flexslider .slides .items.cur .link .pos .text, .inner-banner .flexslider .slides .items.cur .link .pos .ex-more {
	transform: translate(0, 0);
	opacity: 1;
	text-shadow: 0px 0px 1px #fff;
}
 @media (max-width: 1440px) {
 .inner-banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 73.5px;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 47.6px;
 font-size: 33.6px;
}
}
 @media (max-width: 1300px) {
 .inner-banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 63px;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 40.8px;
 font-size: 28.8px;
}
}
 @media (max-width: 1024px) {
 .inner-banner {
 padding-top: 65px;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 42px;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 27.2px;
 font-size: 19.2px;
}
}
 @media (max-width: 768px) {
 .inner-banner .flexslider .slides .items .link .img-box img {
 width: 140%;
 margin-left: -20%;
}
}
 @media (max-width: 500px) {
 .inner-banner .flexslider .slides .items .link .img-box img {
 width: 170%;
 margin-left: -35%;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 22px;
}
 .inner-banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 27.2px;
 font-size: 16px;
}
}
.main_sw .box1, .main_sw .box2, .main_sw .box3, .main_sw .box4, .main_sw .box5, .main_sw .box6, .main_sw .box7, .main_sw .box8, .main_sw .box9 {
	overflow: hidden;
}
.main_sw.welc {
	background-color: #f5f5f5;
}
.main_sw.welc .banner .flexslider {
	position: relative;
}
.main_sw.welc .banner .flexslider .flex-control-nav {
	position: absolute;
	bottom: 5%;
	z-index: 10;
	text-align: center;
}
.main_sw.welc .banner .flexslider .flex-control-nav li a {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0061ae;
	cursor: pointer;
}
.main_sw.welc .banner .flexslider .flex-control-nav li a .line {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	border-radius: 50%;
	background-color: #fff;
}
.main_sw.welc .banner .flexslider .flex-control-nav li a.flex-active .line {
	width: 100%;
}
.main_sw.welc .banner .flexslider .slides .items .link {
	position: relative;
	display: block;
}
.main_sw.welc .banner .flexslider .slides .items .link .img-box {
	overflow: hidden;
}
.main_sw.welc .banner .flexslider .slides .items .link .img-box img {
	display: block;
	width: 100%;
	transform: scale(1.07);
}
.main_sw.welc .banner .flexslider .slides .items .link .img-box video {
	display: block;
	width: 100%;
	object-fit: fill;
}
.main_sw.welc .banner .flexslider .slides .items .link .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}
.main_sw.welc .banner .flexslider .slides .items .link .pos .text-box {
	color: #fff;
}
.main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .e {
	font-family: Impact;
	font-size: 105px;
	letter-spacing: 5px;
	transition: text-shadow 0.4s, opacity 0.4s;
	opacity: 0;font-weight:100;text-transform:uppercase
}
.main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .text {
	padding-bottom: 68px;
	font-size: 48px;
	transition: text-shadow 0.4s, opacity 0.4s;
	opacity: 0;
}
.main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .ex-more {
	transform: translate(0, 50px);
	transition: transform 0.4s, opacity 0.4s;
	opacity: 0;
}
 @media (min-width: 1025px) {
 .main_sw.welc .banner .flexslider .slides .items .link:hover .ex-more {
 background-color: transparent;
 color: #0061ae;
 border-color: #0061ae;
}
}
.main_sw.welc .banner .flexslider .slides .items.cur .link .img-box img {
	transition: transform 10s;
	transform: scale(1);
}
.main_sw.welc .banner .flexslider .slides .items.cur .link .pos .e, .main_sw.welc .banner .flexslider .slides .items.cur .link .pos .text, .main_sw.welc .banner .flexslider .slides .items.cur .link .pos .ex-more {
	transform: translate(0, 0);
	opacity: 1;
}
 @media (max-width: 1440px) {
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 73.5px;
}
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 47.6px;
 font-size: 33.6px;
}
}
 @media (max-width: 1300px) {
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 63px;
}
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 40.8px;
 font-size: 28.8px;
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 42px;
}
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 27.2px;
 font-size: 19.2px;
}
}
 @media (max-width: 768px) {
 .main_sw.welc .banner .flexslider .slides .items .link .img-box img {
 width: 140%;
 margin-left: -20%;
}
}
 @media (max-width: 500px) {
 .main_sw.welc .banner .flexslider .slides .items .link .img-box img {
 width: 170%;
 margin-left: -35%;
}
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .e {
 font-size: 22px;
}
 .main_sw.welc .banner .flexslider .slides .items .link .pos .text-box .text {
 padding-bottom: 27.2px;
 font-size: 16px;
}
}
.main_sw.welc .box1 {
	padding: 100px 0 76px;
	border-bottom: 2px solid #e2e2e2;
	background-color: #fff;
}
.main_sw.welc .box1 .w1580 {
	display: table;
}
.main_sw.welc .box1 .list {
	width: 25%;
	display: table-cell;
	padding: 8px 0 24px;
	border-right: 2px solid #e5e5e5;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
.main_sw.welc .box1 .list:last-child {
	border-right: none;
}
.main_sw.welc .box1 .list .cont {
	width: 90%;
	margin: 0 auto;
}
.main_sw.welc .box1 .list .cont .num {
	padding-bottom: 6px;
	font-family: Impact;
	font-size: 52px;
	color: #222121;
}
.main_sw.welc .box1 .list .cont .num sup {
	top: -0.9em;
	width: 14px;
	height: 14px;
	background: url(../Images/jia-icon.png) no-repeat center center;
}
.main_sw.welc .box1 .list .cont .text {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
 @media (max-width: 1024px) {
 .main_sw.welc .box1 {
 padding: 1.66667rem 0 1.26667rem;
}
 .main_sw.welc .box1 .w1580 {
 display: block;
}
 .main_sw.welc .box1 .list {
 display: block;
 float: left;
 width: 50%;
 vertical-align: middle;
 border-bottom: 2px solid #e5e5e5;
 padding: 0;
}
 .main_sw.welc .box1 .list:nth-child(2) {
 border-right: 0;
}
 .main_sw.welc .box1 .list:nth-child(3) {
 border-bottom: 0;
}
 .main_sw.welc .box1 .list:nth-child(4) {
 border-bottom: 0;
}
 .main_sw.welc .box1 .list .cont {
 height: 190px;
}
 .main_sw.welc .box1 .list .cont .table .table-cell {
 display: block;
 padding-top: 13%;
}
 .main_sw.welc .box1 .list .cont .num {
 font-size: 1.08333rem;
}
 .main_sw.welc .box1 .list .cont .text {
 font-size: 13px;
}
}
 @media (max-width: 768px) {
 .main_sw.welc .box1 {
 padding: 0;
}
 .main_sw.welc .box1 .w1580 {
 width: 100%;
}
 .main_sw.welc .box1 .list .cont .table .table-cell {
 padding-top: 16%;
}
 .main_sw.welc .box1 .list .cont .num {
 font-size: 1.08333rem;
}
 .main_sw.welc .box1 .list .cont .text {
 font-size: 13px;
}
}
 @media (max-width: 400px) {
 .main_sw.welc .box1 .list {
 width: 100%;
 border: none;
 border-bottom: 1px solid #e5e5e5;
}
 .main_sw.welc .box1 .list:nth-child(3) {
 border-bottom: 1px solid #e5e5e5;
}
 .main_sw.welc .box1 .list .cont {
 height: auto;
}
 .main_sw.welc .box1 .list .cont .table .table-cell {
 padding: 12% 0;
}
}
.main_sw.welc .box2 {
	padding: 96px 0 ;
}
.main_sw.welc .box2 .list {
	display: block;
	width: 49.367%;
	background-color: #fff;
}
.main_sw.welc .box2 .list .img-box {
	width: 44.102%;
	overflow: hidden;
}
.main_sw.welc .box2 .list .img-box .img {
	padding: 46.22% 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.4s;
}
.main_sw.welc .box2 .list .text-box {
	width: 55.897%;
	padding: 35px 60px 20px;
	box-sizing: border-box;
	transition: transform 0.4s;
}
.main_sw.welc .box2 .list .text-box .icon {
	width: 60px;
	height: 58px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.main_sw.welc .box2 .list .text-box .title {
	padding: 26px 0;
	font-size: 20px;
	font-weight: normal;
	color: #575656;
}
.main_sw.welc .box2 .list .text-box .text {
	margin-bottom: 30px;
	font-size: 14px;
	height: 42px;
	line-height: 1.5;
	color: #ababab;
	overflow: hidden;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box2 .list:hover .text-box {
 transform: translate(-4%, 0);
}
 .main_sw.welc .box2 .list:hover .text-box .ex-welc-line {
 transform: scale(1.5, 0.8);
}
 .main_sw.welc .box2 .list:hover .img-box .img {
 transform: scale(1.1);
}
}
 @media (max-width: 1680px) {
 .main_sw.welc .box2 .list .text-box {
 padding: 28px 48px 20px;
 box-sizing: border-box;
}
 .main_sw.welc .box2 .list .text-box .icon {
 width: 60px;
 height: 58px;
}
 .main_sw.welc .box2 .list .text-box .title {
 padding: 20.8px 0;
 font-size: 20px;
}
 .main_sw.welc .box2 .list .text-box .text {
 margin-bottom: 24px;
}
}
 @media (max-width: 1480px) {
 .main_sw.welc .box2 .list .text-box {
 padding: 24.5px 42px 20px;
 box-sizing: border-box;
}
 .main_sw.welc .box2 .list .text-box .icon {
 width: 48px;
 height: 46.4px;
}
 .main_sw.welc .box2 .list .text-box .title {
 padding: 18.2px 0;
 font-size: 20px;
}
 .main_sw.welc .box2 .list .text-box .text {
 margin-bottom: 21px;
}
}
 @media (max-width: 1160px) {
 .main_sw.welc .box2 .list .text-box {
 padding: 18px 26px 15px;
 box-sizing: border-box;
}
 .main_sw.welc .box2 .list .text-box .icon {
 width: 48px;
 height: 46.4px;
}
 .main_sw.welc .box2 .list .text-box .title {
 padding: 14px 0;
 font-size: 18px;
}
 .main_sw.welc .box2 .list .text-box .text {
 margin-bottom: 16px;
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .box2 {
 padding: 1.4rem 0 1.5rem;
}
 .main_sw.welc .box2 .list {
 float: none;
 width: 100%;
 max-width: 780px;
 margin: 0 auto 3%;
}
 .main_sw.welc .box2 .list .text-box {
 padding: 9% 5% 0;
}
}
 @media (max-width: 640px) {
 .main_sw.welc .box2 .list .text-box {
 padding: 5% 5% 0;
}
}
 @media (max-width: 540px) {
 .main_sw.welc .box2 .list .text-box .icon {
 width: 36px;
 height: 36px;
}
 .main_sw.welc .box2 .list .text-box .title {
 padding: 10px 0;
 font-size: 14px;
}
 .main_sw.welc .box2 .list .text-box .text {
 margin-bottom: 14px;
}
 .main_sw.welc .box2 .list .text-box .line {
 height: 2px;
}
}
 @media (max-width: 450px) {
 .main_sw.welc .box2 .list .img-box {
 float: none;
 width: 100%;
 margin: 0 auto;
}
 .main_sw.welc .box2 .list .text-box {
 float: none;
 width: 100%;
 margin: 0 auto;
 padding: 8% 5%;
}
}
.main_sw.welc .box3 {
	overflow: hidden;padding:96px 0;background:url(../images/8ong.jpg) no-repeat center top;background-size:cover
}
.main_sw.welc .box3 .title-box {
	padding-bottom: 24px;
	text-align: center;
}
.main_sw.welc .box3 .title-box .title {
	padding-bottom: 14px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.main_sw.welc .box3 .title-box .ex-welc-line {
	margin: 0 auto;
}
.main_sw.welc .box3 .tab-box {
	padding-bottom: 68px;
	text-align: center;
}
.main_sw.welc .box3 .tab-box .tab {
	padding: 0 1.9%;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
}
.main_sw.welc .box3 .tab-box .tab.cur {
	color: #0074d0;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box3 .tab-box .tab:hover {
 color: #0074d0;
}
}
.main_sw.welc .box3 .list-box {
	width: 102.278%;
	margin-bottom: 56px;
}
.main_sw.welc .box3 .list-box .list {
	position: relative;
	display: block;
	width: 30.94%;
	margin: 0 2.227% 2.227% 0;
	overflow: hidden;
}
.main_sw.welc .box3 .list-box .list .img {
	padding: 34.3% 0;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.4s;
}
.main_sw.welc .box3 .list-box .list .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background-color: rgba(0, 0, 0, 0.2); */
}
.main_sw.welc .box3 .list-box .list .pos .table {
	position: relative;
	z-index: 10;
}
 .main_sw.welc .box3 .list-box .list .pos::after {
 content: '';
 display: block;
 background-color: #fff;
 transition: 3s transform cubic-bezier(0.23, 1, 0.32, 1);
 opacity: 0.6;
 filter: alpha(opacity=60);
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 transform: scale(2) translateX(-100%) translateY(-100%) translateZ(0px) rotate(-45deg);
}
.main_sw.welc .box3 .list-box .list .icon {
	width: 23.6%;
	margin: 0 auto 14px;
	transform: translate(0, -100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.welc .box3 .list-box .list .icon img {
	display: block;
	width: 100%;
}
.main_sw.welc .box3 .list-box .list .text {
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
 @media (min-width: 1025px) {
 .main_sw.welc .box3 .list-box .list:hover .img {
 transform: scale(1.1);
}
 .main_sw.welc .box3 .list-box .list:hover .pos {
 transition: transform 0.4s, opacity 0.4s;
 transform: scale(1);
 background-color: rgba(0, 0, 0, 0.2);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.welc .box3 .list-box .list:hover .pos::after {
 transform: scale(2) rotate(-45deg) translateZ(0px);
 transition-duration: 1s;
}
 .main_sw.welc .box3 .list-box .list:hover .icon {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.4s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.welc .box3 .list-box .list:hover .text {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.4s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .box3 .title-box .title {
 font-size: 18px;
 padding-bottom: 10px;
}
 .main_sw.welc .box3 .tab-box {
 padding-bottom: 1.13333rem;
}
 .main_sw.welc .box3 .tab-box .tab {
 font-size: 14px;
}
 .main_sw.welc .box3 .list-box {
 margin-bottom: 1.16667rem;
}
 .main_sw.welc .box3 .list-box .list .text {
 position: absolute;
 left: 5%;
 bottom: 14px;
 font-size: 14px;
 font-weight: normal;
 transform: translate(0, 0);
}
}
 @media (max-width: 768px) {
 .main_sw.welc .box3 .list-box .list {
 width: 47.773%;
}
}
 @media (max-width: 500px) {
 .main_sw.welc .box3 .list-box {
 width: 100%;
 margin-bottom: 0.625rem;
}
 .main_sw.welc .box3 .list-box .list {
 width: 100%;
 margin-right: 0;
}
}
.main_sw.welc .box4 {
	padding-top: 0;
}
 @media (max-width: 500px) {
 .main_sw.welc .box4 {
 padding-top: 1.45833rem;
}
}
.main_sw.welc .box4 .wrap {
	background-color: #fff;
}
.main_sw.welc .box4 .wrap .img-box {
	width: 50%;
	overflow: hidden;
}
.main_sw.welc .box4 .wrap .img-box .img {
	padding: 27.8125% 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box4 .wrap .img-box:hover .img {
 transform: scale(1.1);
}
}
.main_sw.welc .box4 .wrap .text-box {
	width: 50%;
}
.main_sw.welc .box4 .wrap .text-box .cont {
	height: 100%;
	padding: 3% 7.81%;
	box-sizing: border-box;
}
.main_sw.welc .box4 .wrap .text-box .title-box .title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	color: #666;
}
.main_sw.welc .box4 .wrap .text-box .title-box .e {
	padding-bottom: 26px;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	color: #999;
}
.main_sw.welc .box4 .wrap .text-box .text {
	padding-top: 36px;
	height: 88px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
.main_sw.welc .box4 .wrap .text-box .ex-more {
	margin: 9.4% 0 0 0;
}
 @media (max-width: 1400px) {
 .main_sw.welc .box4 .wrap .text-box .title-box .title {
 font-size: 18px;
}
 .main_sw.welc .box4 .wrap .text-box .title-box .e {
 padding-bottom: 18px;
}
 .main_sw.welc .box4 .wrap .text-box .text {
 padding-top: 22px;
}
 .main_sw.welc .box4 .wrap .text-box .ex-more {
 margin: 6.4% 0 0 0;
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .box4 .wrap {
 width: 94%;
 margin: 0 auto;
}
 .main_sw.welc .box4 .wrap .img-box {
 width: 100%;
 float: none;
}
 .main_sw.welc .box4 .wrap .text-box {
 width: 100%;
 float: none;
}
 .main_sw.welc .box4 .wrap .text-box .cont {
 padding: 6% 5%;
}
 .main_sw.welc .box4 .wrap .text-box .text {
 height: auto;
}
}
 @media (max-width: 435px) {
 .main_sw.welc .box4 .wrap .text-box .title-box .title {
 font-size: 16px;
 line-height: 1.6;
}
 .main_sw.welc .box4 .wrap .text-box .title-box .e {
 padding-bottom: 14px;
 font-size: 10px;
}
 .main_sw.welc .box4 .wrap .text-box .text {
 padding-top: 14px;
 font-size: 13px;
}
}
.main_sw.welc .box5 {
	padding: 90px 0 114px;background:#f5f5f5
}
 @media (max-width: 1024px) {
 .main_sw.welc .box5 {
 padding: 1.5rem 0 1.425rem;
}
}
.main_sw.welc .box5 .w1580 .content {
	width: 101.646%;
}
 @media (max-width: 540px) {
 .main_sw.welc .box5 .w1580 .content {
 width: 100%;
}
}
.main_sw.welc .box5 .w1580 .content .artGroup {
	position: relative;
	display: block;
	width: 31.506%;
	margin: 0 1.63% 1.63% 0;
}
.main_sw.welc .box5 .w1580 .content .artGroup a {
	display: block;
	width: 100%;
	height: 100%;
}
 .main_sw.welc .box5 .w1580 .content .artGroup:nth-child(odd) .artwork .tips {
 background-color: #0060ad;
}
 .main_sw.welc .box5 .w1580 .content .artGroup:nth-child(odd) .artwork .tips .title, .main_sw.welc .box5 .w1580 .content .artGroup:nth-child(odd) .artwork .tips .date, .main_sw.welc .box5 .w1580 .content .artGroup:nth-child(odd) .artwork .tips .text, .main_sw.welc .box5 .w1580 .content .artGroup:nth-child(odd) .artwork .tips .more {
 color: #fff;
}
.main_sw.welc .box5 .w1580 .content .artGroup.slide {
	overflow: hidden;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box5 .w1580 .content .artGroup.slide .detail {
 top: -100%;
}
}
.main_sw.welc .box5 .w1580 .content .artGroup.flip {
	perspective: 800px;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box5 .w1580 .content .artGroup.flip .artwork {
 transform-style: preserve-3d;
 transition: transform 1s ease;
}
}
 @media (min-width: 1025px) {
 .main_sw.welc .box5 .w1580 .content .artGroup.flip .visbale,  .main_sw.welc .box5 .w1580 .content .artGroup.flip .detail {
 backface-visibility: hidden;
}
}
 @media (min-width: 1025px) {
 .main_sw.welc .box5 .w1580 .content .artGroup.flip .detail,  .main_sw.welc .box5 .w1580 .content .artGroup.flip .theFlip {
 transform: rotateY(-180deg);
}
 .main_sw.welc .box5 .w1580 .content .artGroup.flip .detail .visbale,  .main_sw.welc .box5 .w1580 .content .artGroup.flip .theFlip .visbale {
 transition: opacity 1s ease;
 opacity: 0;
}
}
.main_sw.welc .box5 .w1580 .content .artGroup img {
	display: block;
	width: 100%;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box5 .w1580 .content .artGroup .artwork .detail, .main_sw.welc .box5 .w1580 .content .artGroup .artwork .visbale {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .cont {
	width: 70%;
	margin: 0 auto;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .title {
	padding-bottom: 5.2%;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date {
	margin-bottom: 6.3%;
	font-size: 12px;
	color: #b1b1b1;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date span {
	vertical-align: middle;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date .icon {
	width: 18px;
	height: 14px;
	margin-right: 4px;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date .icon.time {
	background: url(../Images/time-icon.png) no-repeat center center;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .date .icon.eye {
	margin-left: 6px;
	background: url(../Images/eye-icon.png) no-repeat center center;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .text {
	margin-bottom: 8%;
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	height: 38px;
	overflow: hidden;
}
.main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .more {
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #b1b1b1;
}
 @media (max-width: 1024px) {
 .main_sw.welc .box5 .w1580 .content .artGroup {
 width: 48.37%;
}
 .main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .title {
 font-size: 16px;
}
 .main_sw.welc .box5 .w1580 .content .artGroup .table {
 display: block;
}
 .main_sw.welc .box5 .w1580 .content .artGroup .table-cell {
 display: block;
}
 .main_sw.welc .box5 .w1580 .content .artGroup .artwork .tips .cont {
 padding: 6% 0;
 width: 86%;
}
}
 @media (max-width: 540px) {
 .main_sw.welc .box5 .w1580 .content .artGroup {
 width: 100%;
 margin-right: 0;
 margin-bottom: 3%;
}
}
.main_sw.welc .box6 {
	padding: 92px 0 124px;
	background-color: #e4e4e4;
}
.main_sw.welc .box6.btn-hide .flex-direction-nav {
	display: none;
}
.main_sw.welc .box6 .w1580 {
	position: relative;
}
.main_sw.welc .box6 .wrap {
	width: 1280px;
	margin: 0 auto;
}
.main_sw.welc .box6 .wrap .flexslider {
	position: static;
}
.main_sw.welc .box6 .wrap .flexslider .flex-viewport {
	position: static !important;
}
.main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a {
	position: absolute;
	top: 50%;
	width: 23px;
	height: 61px;
	margin-top: -30px;
	background-size: contain;
	background-position: center center;
}
.main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
	background-image: url(../Images/welc-left.png);
}
 @media (min-width: 1025px) {
 .main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a.flex-prev:hover {
 background-image: url(../Images/welc-left2.png);
}
}
.main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background-image: url(../Images/welc-right.png);
}
 @media (min-width: 1025px) {
 .main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a.flex-next:hover {
 background-image: url(../Images/welc-right2.png);
}
}
.main_sw.welc .box6 .wrap .flexslider .flex-control-nav {
	display: none;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items {
	width: 308px;
	background-color: #fff;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items:last-child {
	margin-right: 0;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link {
	display: block;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .img-box {
	width: 100%;
	overflow: hidden;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .img-box .img {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.4s;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box {
	height: 230px;
	padding: 36px 34px 0;
	box-sizing: border-box;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box .title {
	padding-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box .text {
	padding-bottom: 28px;
	font-size: 12px;
	line-height: 1.6;
	color: #999;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .more {
	width: 118px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #b1b1b1;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .more span {
	vertical-align: middle;
	text-transform: uppercase;
}
.main_sw.welc .box6 .wrap .flexslider .slides .items .link .more .icon {
	font-size: 13px;
	margin-left: 2px;
}
 @media (min-width: 1025px) {
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link:hover .img-box .img {
 transform: scale(1.1);
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link:hover .text-box {
 transition: background-color 0.4s;
 background-color: #0061ae;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link:hover .text-box .title {
 color: #fff;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link:hover .text-box .text {
 color: #fff;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link:hover .text-box .more {
 transition: background-color 0.4s;
 background-color: #0077d2;
}
}
 @media (max-width: 1350px) {
 .main_sw.welc .box6 .wrap {
 width: 958px;
}
}
 @media (max-width: 1110px) {
 .main_sw.welc .box6 .wrap {
 width: 638px;
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .box6 {
 padding: 1.34167rem 0 1.55rem;
}
}
 @media (max-width: 760px) {
 .main_sw.welc .box6 .wrap {
 width: 308px;
}
 .main_sw.welc .box6 .wrap .flexslider {
 position: static;
}
 .main_sw.welc .box6 .wrap .flexslider .flex-viewport {
 position: static !important;
}
 .main_sw.welc .box6 .wrap .flexslider .flex-direction-nav li a {
 width: 13.8px;
 height: 36.6px;
 margin-top: -18px;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box {
 height: 170px;
 padding: 22px 16px 0;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box .title {
 padding-bottom: 10px;
 font-size: 16px;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box .text {
 padding-bottom: 14px;
}
 .main_sw.welc .box6 .wrap .flexslider .slides .items .link .text-box .more {
 width: 106px;
 height: 33px;
 line-height: 34px;
}
}
 @media (max-width: 360px) {
 .main_sw.welc .box6 .wrap {
 width: 280px;
}
 .main_sw.welc .box6 .wrap .flexslider {
 position: relative;
}
}
.main_sw.welc .box7 {
	padding: 68px 0 85px;
	background:#e4e4e4
}
 @media (max-width: 1024px) {
 .main_sw.welc .box7 {
 padding: 1.13333rem 0 1.23958rem;
}
}
 @media (max-width: 1024px) {
 .main_sw.welc .box7 {
 padding: 1.275rem 0 1.0625rem;
}
}
.main_sw.welc .box7 .wrap {
	width: 82.29%;
	max-width: 1280px;
	margin: 0 auto;
}
 @media (max-width: 1300px) {
 .main_sw.welc .box7 .wrap {
 width: 94%;
}
}
.main_sw.welc .box7 .wrap .list-box {
	width: 101.56%;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
 @media (max-width: 820px) {
 .main_sw.welc .box7 .wrap .list-box {
 margin-bottom: 0.41667rem;
}
}
.main_sw.welc .box7 .wrap .list-box .link {
	width: 20%;
	transition: transform 0.4s;
	-webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
	filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
	filter: Gray;
}
.main_sw.welc .box7 .wrap .list-box .link .img-box {
	width: 94%;
	max-width: 240px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.main_sw.welc .box7 .wrap .list-box .link .img-box img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
 @media (max-width: 820px) {
 .main_sw.welc .box7 .wrap .list-box .link {
 width: 33.33%;
}
 .main_sw.welc .box7 .wrap .list-box .link .img-box {
 margin-bottom: 6%;
}
}
 @media (max-width: 580px) {
 .main_sw.welc .box7 .wrap .list-box .link {
 width: 50%;
}
}
 @media (min-width: 1025px) {
 .main_sw.welc .box7 .wrap .list-box .link:hover {
 -webkit-filter: none !important;
 filter: none !important;
 transform: translate(0, -8px);
}
}
@media (max-width: 640px) {
 .main_sw.join .box1 .wrap {
 width: 94%;
 margin: 0 auto;
}
}
.main_sw.join .box1 .wrap .list {
	position: relative;
	width: 33.33%;
	overflow: hidden;
}
.main_sw.join .box1 .wrap .list .img {
	width: 100%;
	padding: 35.156% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main_sw.join .box1 .wrap .list .mid-cont {
	width: 100%;
	padding: 35.156% 0;
}
.main_sw.join .box1 .wrap .list .mid-pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #0059aa;
	text-align: center;
}
.main_sw.join .box1 .wrap .list .mid-pos .num {
	margin-right: 18px;
	font-family: Arial;
	font-size: 137px;
	text-shadow: 10px 0px 2px #064b8a;
}
.main_sw.join .box1 .wrap .list .mid-pos .mid-text {
	text-align: left;
}
.main_sw.join .box1 .wrap .list .mid-pos .mid-text .c {
	vertical-align: top;
	font-size: 36px;
	line-height: 1.4;
}
.main_sw.join .box1 .wrap .list .mid-pos .mid-text .e {
	vertical-align: bottom;
	font-size: 40px;
	font-family: DIN;
	text-transform: uppercase;
}
.main_sw.join .box1 .wrap .list .pos {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(40, 127, 206, 0.6);
	transition: opacity 0.4s;
}
.main_sw.join .box1 .wrap .list .pos .title-box {
	color: #fff;
}
.main_sw.join .box1 .wrap .list .pos .title-box .c {
	font-size: 30px;
}
.main_sw.join .box1 .wrap .list .pos .title-box .e {
	padding-bottom: 18px;
	font-size: 30px;
	font-family: DINL;
	font-weight: normal;
	text-transform: uppercase;
}
.main_sw.join .box1 .wrap .list .pos .title-box .line {
	width: 100px;
	height: 1px;
	margin: 0 auto;
	background-color: #fff;
}
.main_sw.join .box1 .wrap .list .pos .title-box .t {
	padding-top: 13.8%;
	font-size: 24px;
}
.main_sw.join .box1 .wrap .list .pos-h {
	position: absolute;
	z-index: 11;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(40, 127, 206, 0.85);
	color: #fff;
}
 @media (min-width: 1025px) {
 .main_sw.join .box1 .wrap .list .pos-h {
 opacity: 0;
 filter: alpha(opacity=0);
 transition: opacity 0.3s;
}
}
.main_sw.join .box1 .wrap .list .pos-h .title-box {
	transition: transform 0.4s, opacity 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.join .box1 .wrap .list .pos-h .title-box {
 transition-delay: 0.2s;
 transform: translate(0, -100%);
 opacity: 0;
 filter: alpha(opacity=0);
}
}
.main_sw.join .box1 .wrap .list .pos-h .title-box .c {
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}
.main_sw.join .box1 .wrap .list .pos-h .title-box .t {
	font-size: 30px;
	line-height: 1.4;
	font-weight: normal;
}
.main_sw.join .box1 .wrap .list .pos-h .text {
	padding-top: 9.8%;
	font-size: 14px;
	line-height: 1.7;
}
 @media (min-width: 1025px) {
 .main_sw.join .box1 .wrap .list .pos-h .text {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.2s;
 transform: translate(0, 100%);
 opacity: 0;
}
}
 @media (min-width: 1025px) {
 .main_sw.join .box1 .wrap .list:hover .pos {
 opacity: 0;
 filter: alpha(opacity=0);
}
 .main_sw.join .box1 .wrap .list:hover .pos-h {
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.join .box1 .wrap .list:hover .pos-h .title-box {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.join .box1 .wrap .list:hover .pos-h .text {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1440px) {
 .main_sw.join .box1 .wrap .list .pos .title-box .c {
 font-size: 24px;
 padding-bottom: 4px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .e {
 padding-bottom: 10px;
 font-size: 24px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .line {
 width: 70px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .t {
 padding-top: 8%;
 font-size: 18px;
}
 .main_sw.join .box1 .wrap .list .pos-h .title-box .c {
 font-size: 18px;
}
 .main_sw.join .box1 .wrap .list .pos-h .title-box .t {
 font-size: 24px;
 line-height: 1.4;
}
 .main_sw.join .box1 .wrap .list .pos-h .text {
 padding-top: 5%;
 font-size: 13px;
}
 .main_sw.join .box1 .wrap .list .mid-pos .num {
 margin-right: 14.4px;
 font-size: 109.6px;
 text-shadow: 8px 0px 2px #064b8a;
}
 .main_sw.join .box1 .wrap .list .mid-pos .mid-text .c {
 font-size: 28.8px;
}
 .main_sw.join .box1 .wrap .list .mid-pos .mid-text .e {
 font-size: 32px;
}
}
 @media (max-width: 1250px) {
 .main_sw.join .box1 .wrap .list {
 width: 50%;
}
 .main_sw.join .box1 .wrap .list.mid-list {
 display: none;
}
}
 @media (max-width: 1024px) {
 .main_sw.join .box1 .wrap .list .cont {
 position: relative;
}
 .main_sw.join .box1 .wrap .list .pos-h {
 position: static;
 height: 240px;
 padding: 0 5%;
 background: none;
 color: #666;
}
 .main_sw.join .box1 .wrap .list .pos-h .title-box {
 display: none;
}
 .main_sw.join .box1 .wrap .list .pos-h .text {
 padding-top: 0;
}
}
 @media (max-width: 640px) {
 .main_sw.join .box1 .wrap .list {
 width: 100%;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .c {
 font-size: 18px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .e {
 font-size: 16px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .line {
 width: 45px;
}
 .main_sw.join .box1 .wrap .list .pos .title-box .t {
 font-size: 14px;
}
 .main_sw.join .box1 .wrap .list .pos-h {
 height: auto;
 padding: 6% 3%;
}
 .main_sw.join .box1 .wrap .list .pos-h .text {
 font-size: 13px;
}
 .main_sw.join .box1 .wrap .list .pos-h .text p, .main_sw.join .box1 .wrap .list .pos-h .text span, .main_sw.join .box1 .wrap .list .pos-h .text strong {
 font-size: 13px !important;
}
}
.main_sw.join .box2 .wrap {
	padding-top: 7.6%;
}
.main_sw.join .box2 .wrap .table .table-cell.w650 {
	width: 650px;
}
.main_sw.join .box2 .wrap .text-cont {
	padding: 32px 64px 28px;
	box-sizing: border-box;
	background-color: #e3e5e6;
}
.main_sw.join .box2 .wrap .text-cont .title {
	padding-bottom: 16px;
}
.main_sw.join .box2 .wrap .text-cont .title .c {
	padding-right: 22px;
	font-size: 24px;
	font-weight: normal;
	color: #666;
}
.main_sw.join .box2 .wrap .text-cont .title .e {
	position: relative;
	top: 2px;
	font-size: 30px;
	font-family: DINL;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}
.main_sw.join .box2 .wrap .text-cont .line {
	width: 28.39%;
	min-width: 130px;
	height: 1px;
	margin-bottom: 16px;
	background-color: #c5c5c5;
}
.main_sw.join .box2 .wrap .text-cont .text-box .text {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
.main_sw.join .box2 .wrap .text-cont .text-box .text:last-child {
	margin-bottom: 0;
}
.main_sw.join .box2 .wrap .text-cont .text-box .text span, .main_sw.join .box2 .wrap .text-cont .text-box .text p, .main_sw.join .box2 .wrap .text-cont .text-box .text strong {
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #888 !important;
}
.main_sw.join .box2 .wrap .text-cont .text-box .text .icon {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	line-height: 22px !important;
	text-align: center;
	border-radius: 50%;
	color: #fff !important;
	background-color: #287fce;
}
.main_sw.join .box2 .wrap .img-box {
	overflow: hidden;
}
.main_sw.join .box2 .wrap .img-box .img {
	display: block;
	width: 100%;
	transition: transform 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.join .box2 .wrap .img-box:hover .img {
 transform: scale(1.08);
}
}
@media (max-width: 1330px) {
 .main_sw.join .box2 .wrap .table .table-cell.w650 {
 width: 50%;
}
}
@media (max-width: 1024px) {
 .main_sw.join .box2 .wrap {
 width: 100%;
 max-width: 650px;
 margin: 0 auto;
 padding-top: 4.6%;
}
 .main_sw.join .box2 .wrap .text-cont {
 padding: 0.66667rem 5% 0.72917rem;
}
 .main_sw.join .box2 .wrap .text-cont .title {
 padding-bottom: 8px;
}
 .main_sw.join .box2 .wrap .text-cont .title .c {
 padding-right: 12px;
 font-size: 18px;
}
 .main_sw.join .box2 .wrap .text-cont .title .e {
 font-size: 20px;
}
 .main_sw.join .box2 .wrap .text-cont .line {
 margin-bottom: 16px;
}
 .main_sw.join .box2 .wrap .text-cont .text-box .text {
 margin-bottom: 8px;
 font-size: 13px;
}
 .main_sw.join .box2 .wrap .text-cont .text-box .text span, .main_sw.join .box2 .wrap .text-cont .text-box .text p, .main_sw.join .box2 .wrap .text-cont .text-box .text strong {
 font-size: 13px !important;
}
 .main_sw.join .box2 .wrap .text-cont .text-box .text .icon {
 width: 18px;
 height: 18px;
 margin-right: 8px;
 line-height: 18px !important;
}
 .main_sw.join .box2 .wrap .table {
 display: block;
}
 .main_sw.join .box2 .wrap .table .table-cell {
 display: block;
 width: 100%;
}
 .main_sw.join .box2 .wrap .table .table-cell.w650 {
 width: 100%;
}
}
.main_sw.join .box3 .list-box {
	padding-bottom: 58px;
}
.main_sw.join .box3 .list-box .list {
	width: 19.78%;
	height: 72px;
	float: left;
	display: table;
}
.main_sw.join .box3 .list-box .list .num {
	display: table-cell;
	vertical-align: middle;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 48px;
	border-radius: 50%;
	text-align: center;
	font-family: DIN;
	background-color: #f6f6f6;
	color: #666;
}
.main_sw.join .box3 .list-box .list .text {
	display: table-cell;
	padding-left: 14px;
	font-size: 18px;
	line-height: 1.6;
	color: #666;
	vertical-align: middle;
}
.main_sw.join .box3 .list-box .list.list5 {
	float: right;
}
.main_sw.join .box3 .list-box .list.list6 {
	float: right;
}
.main_sw.join .box3 .list-box .list.list7 {
	float: right;
}
.main_sw.join .box3 .list-box .list.list8 {
	float: right;
}
 @media (min-width: 1025px) {
 .main_sw.join .box3 .list-box .list:hover .num {
 color: #fff;
 background-color: #287fce;
}
}
.main_sw.join .box3 .list-box .icon {
	width: 6.96%;
	height: 72px;
	float: left;
}
.main_sw.join .box3 .list-box .icon .img-box {
	width: 100%;
	height: 100%;
}
.main_sw.join .box3 .list-box .icon .img {
	width: 100%;
	height: 100%;
	background-image: url(../Images/join-right.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.main_sw.join .box3 .list-box .icon.icon4 {
	width: 100%;
}
.main_sw.join .box3 .list-box .icon.icon4 .img-box {
	width: 19.78%;
	float: right;
}
.main_sw.join .box3 .list-box .icon.icon4 .img {
	width: 72px;
	background-image: url(../Images/join-btm.png);
}
.main_sw.join .box3 .list-box .icon.icon5 {
	float: right;
}
.main_sw.join .box3 .list-box .icon.icon5 .img {
	background-image: url(../Images/join-left.png);
}
.main_sw.join .box3 .list-box .icon.icon6 {
	float: right;
}
.main_sw.join .box3 .list-box .icon.icon6 .img {
	background-image: url(../Images/join-left.png);
}
.main_sw.join .box3 .list-box .icon.icon7 {
	float: right;
}
.main_sw.join .box3 .list-box .icon.icon7 .img {
	background-image: url(../Images/join-left.png);
}
 @media (max-width: 1400px) {
 .main_sw.join .box3 .list-box .list .text {
 font-size: 16px;
}
}
 @media (max-width: 1024px) {
 .main_sw.join .box3 .list-box {
 padding-bottom: 1.20833rem;
}
 .main_sw.join .box3 .list-box .list {
 height: 60px;
}
 .main_sw.join .box3 .list-box .list .num {
 width: 60px;
 height: 60px;
 line-height: 60px;
 font-size: 32px;
}
 .main_sw.join .box3 .list-box .list .text {
 font-size: 13px;
}
 .main_sw.join .box3 .list-box .icon {
 height: 60px;
}
 .main_sw.join .box3 .list-box .icon .img {
 background-size: 11.2px 28.8px;
}
 .main_sw.join .box3 .list-box .icon.icon4 .img {
 width: 60px;
 background-size: 28.8px 11.2px;
}
}
 @media (max-width: 960px) {
 .main_sw.join .box3 .list-box {
 width: 540px;
 margin: 0 auto;
}
 .main_sw.join .box3 .list-box .list {
 width: 240px;
 float: right;
}
 .main_sw.join .box3 .list-box .list.list1 {
 float: left;
}
 .main_sw.join .box3 .list-box .list.list2 {
 float: left;
}
 .main_sw.join .box3 .list-box .list.list5 {
 float: left;
}
 .main_sw.join .box3 .list-box .list.list6 {
 float: left;
}
 .main_sw.join .box3 .list-box .icon {
 width: 60px;
}
 .main_sw.join .box3 .list-box .icon.icon2, .main_sw.join .box3 .list-box .icon.icon6 {
 width: 100%;
}
 .main_sw.join .box3 .list-box .icon.icon2 .img-box, .main_sw.join .box3 .list-box .icon.icon6 .img-box {
 width: 240px;
 float: right;
}
 .main_sw.join .box3 .list-box .icon.icon2 .img, .main_sw.join .box3 .list-box .icon.icon6 .img {
 width: 60px;
 background-image: url(../Images/join-btm.png);
 background-size: 28.8px 11.2px;
}
 .main_sw.join .box3 .list-box .icon.icon3 {
 float: right;
 width: 60px;
}
 .main_sw.join .box3 .list-box .icon.icon3 .img {
 background-image: url(../Images/join-left.png);
}
 .main_sw.join .box3 .list-box .icon.icon4 {
 width: 100%;
}
 .main_sw.join .box3 .list-box .icon.icon4 .img-box {
 width: 240px;
 float: left;
}
 .main_sw.join .box3 .list-box .icon.icon4 .img {
 width: 60px;
 background-image: url(../Images/join-btm.png);
 background-size: 28.8px 11.2px;
}
 .main_sw.join .box3 .list-box .icon.icon5 {
 float: left;
 width: 60px;
}
 .main_sw.join .box3 .list-box .icon.icon5 .img {
 background-image: url(../Images/join-right.png);
}
}
 @media (max-width: 580px) {
 .main_sw.join .box3 .list-box {
 width: 280px;
}
 .main_sw.join .box3 .list-box .list {
 width: 280px;
 height: 40px;
}
 .main_sw.join .box3 .list-box .list .num {
 width: 40px;
 height: 40px;
 line-height: 40px;
 font-size: 20px;
}
 .main_sw.join .box3 .list-box .icon {
 height: 40px;
}
 .main_sw.join .box3 .list-box .icon.icon1, .main_sw.join .box3 .list-box .icon.icon2, .main_sw.join .box3 .list-box .icon.icon3, .main_sw.join .box3 .list-box .icon.icon4, .main_sw.join .box3 .list-box .icon.icon5, .main_sw.join .box3 .list-box .icon.icon6, .main_sw.join .box3 .list-box .icon.icon7, .main_sw.join .box3 .list-box .icon.icon8 {
 width: 100%;
}
 .main_sw.join .box3 .list-box .icon.icon1 .img-box, .main_sw.join .box3 .list-box .icon.icon2 .img-box, .main_sw.join .box3 .list-box .icon.icon3 .img-box, .main_sw.join .box3 .list-box .icon.icon4 .img-box, .main_sw.join .box3 .list-box .icon.icon5 .img-box, .main_sw.join .box3 .list-box .icon.icon6 .img-box, .main_sw.join .box3 .list-box .icon.icon7 .img-box, .main_sw.join .box3 .list-box .icon.icon8 .img-box {
 width: 280px;
 float: left;
}
 .main_sw.join .box3 .list-box .icon.icon1 .img, .main_sw.join .box3 .list-box .icon.icon2 .img, .main_sw.join .box3 .list-box .icon.icon3 .img, .main_sw.join .box3 .list-box .icon.icon4 .img, .main_sw.join .box3 .list-box .icon.icon5 .img, .main_sw.join .box3 .list-box .icon.icon6 .img, .main_sw.join .box3 .list-box .icon.icon7 .img, .main_sw.join .box3 .list-box .icon.icon8 .img {
 width: 40px;
 background-image: url(../Images/join-btm.png);
 background-size: 18px 7px;
}
}
.main_sw.join .box4 {
	padding-bottom: 80px;
}
.main_sw.join .box4 .bg {
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
 @media (max-width: 1024px) {
 .main_sw.join .box4 .bg {
 height: 8.33333rem;
}
}
.main_sw.join .box4 .text-cont {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 40px;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	color: #666;
}
.main_sw.join .box4 .num-box {
	text-align: center;
}
.main_sw.join .box4 .num-box .text-box {
	text-align: left;
	margin: 0 25px;
}
.main_sw.join .box4 .num-box .text-box .icon {
	vertical-align: middle;
	width: 63px;
	height: 63px;
	margin-right: 12px;
	background-image: url(../Images/join-tel.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #287fce;
	border-radius: 50%;
}
.main_sw.join .box4 .num-box .text-box .text {
	vertical-align: middle;
	color: #666;
}
.main_sw.join .box4 .num-box .text-box .text .t {
	font-size: 18px;
}
.main_sw.join .box4 .num-box .text-box .text .n {
	font-size: 30px;
	font-weight: bold;
}
 @media (max-width: 1024px) {
 .main_sw.join .box4 {
 padding-bottom: 1.66667rem;
}
 .main_sw.join .box4 .ex-wrap-title {
 padding-top: 0.41667rem;
}
 .main_sw.join .box4 .text-cont {
 margin-bottom: 0.83333rem;
 font-size: 16px;
}
 .main_sw.join .box4 .num-box .text-box {
 margin: 0 3% 0.52083rem;
}
 .main_sw.join .box4 .num-box .text-box .icon {
 width: 44px;
 height: 44px;
 margin-right: 6px;
 background-size: contain;
}
 .main_sw.join .box4 .num-box .text-box .text .t {
 font-size: 14px;
 line-height: 1.4;
}
 .main_sw.join .box4 .num-box .text-box .text .n {
 font-size: 22px;
}
}
 @media (max-width: 435px) {
 .main_sw.join .box4 .text-cont {
 font-size: 13px;
}
 .main_sw.join .box4 .text-cont p, .main_sw.join .box4 .text-cont span, .main_sw.join .box4 .text-cont strong {
 font-size: 13px !important;
}
 .main_sw.join .box4 .num-box .text-box {
 margin: 0 3% 0.52083rem;
}
 .main_sw.join .box4 .num-box .text-box .icon {
 width: 38px;
 height: 38px;
}
 .main_sw.join .box4 .num-box .text-box .text .t {
 font-size: 12px;
}
 .main_sw.join .box4 .num-box .text-box .text .n {
 font-size: 16px;
}
}
.main_sw.ser .box1 {
	padding-bottom: 100px;
}
 @media (max-width: 1024px) {
 .main_sw.ser .box1 {
 padding-bottom: 1.66667rem;
}
}
.main_sw.ser .box1 .text-cont {
	width: 100%;
	max-width: 1174px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
}
.main_sw.ser .box1 .text-cont .e {
	padding: 20px 0 5px;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: DIN;
	color: #f6f6f6;
}
.main_sw.ser .box1 .text-cont .text {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
.main_sw.ser .box1 .text-cont .text p, .main_sw.ser .box1 .text-cont .text span, .main_sw.ser .box1 .text-cont .text strong {
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #888 !important;
}
 @media (max-width: 1400px) {
 .main_sw.ser .box1 .text-cont .e {
 font-size: 48px;
}
}
 @media (max-width: 1024px) {
 .main_sw.ser .box1 .text-cont {
 padding-bottom: 0.83333rem;
}
 .main_sw.ser .box1 .text-cont .e {
 padding-top: 0.41667rem;
 font-size: 36px;
}
}
 @media (max-width: 640px) {
 .main_sw.ser .box1 .text-cont .e {
 font-size: 26px;
}
 .main_sw.ser .box1 .text-cont .text {
 font-size: 13px;
}
}
.main_sw.ser .box1 .list-box {
	overflow: hidden;
}
.main_sw.ser .box1 .list-box .list {
	position: relative;
	width: 20%;
}
.main_sw.ser .box1 .list-box .list .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #000;
	display: none;
}
.main_sw.ser .box1 .list-box .list .img-box {
	position: relative;
	width: 100%;
	padding: 79.114% 0;
}
.main_sw.ser .box1 .list-box .list .img-box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left center;
}
.main_sw.ser .box1 .list-box .list .pos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.main_sw.ser .box1 .list-box .list .pos .c {
	font-size: 24px;
	line-height: 36px;
}
.main_sw.ser .box1 .list-box .list .pos .e {
	font-size: 30px;
	line-height: 36px;
	font-family: DIN;
	text-transform: uppercase;
}
.main_sw.ser .box1 .list-box .list .pos .show {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
	text-align: center;
}
.main_sw.ser .box1 .list-box .list .pos .show .icon1 {
	width: 24px;
	height: 24px;
	margin: 25px auto 0;
	background: url(../Images/invest-icon.png) no-repeat center center;
	background-size: contain;
}
.main_sw.ser .box1 .list-box .list .pos .hide {
	position: absolute;
	top: 30%;
	left: 0;
	width: 480px;
	padding: 0 22px;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.ser .box1 .list-box .list .pos .hide .title {
	padding-bottom: 10px;
	font-size: 24px;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.ser .box1 .list-box .list .pos .hide .icon2 {
	width: 27px;
	height: 27px;
	background: url(../Images/invest-icon2.png) no-repeat center center;
	background-size: contain;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.ser .box1 .list-box .list .pos .hide .text {
	padding-top: 17.2%;
	font-size: 14px;
	line-height: 1.6;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
 .main_sw.ser .box1 .list-box .list:nth-child(4) .img-box .img, .main_sw.ser .box1 .list-box .list:nth-child(5) .img-box .img {
 right: 0;
 left: auto;
 background-position: right center;
}
 .main_sw.ser .box1 .list-box .list:nth-child(4) .bg, .main_sw.ser .box1 .list-box .list:nth-child(5) .bg {
 right: 0;
 left: auto;
}
 .main_sw.ser .box1 .list-box .list:nth-child(4) .pos .hide, .main_sw.ser .box1 .list-box .list:nth-child(5) .pos .hide {
 right: 0;
 left: auto;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box1 .list-box .list:hover {
 z-index: 10;
}
 .main_sw.ser .box1 .list-box .list:hover .bg {
 width: 480px;
 display: block;
}
 .main_sw.ser .box1 .list-box .list:hover .img-box .img {
 width: 480px;
 transition: width 0.4s linear;
}
 .main_sw.ser .box1 .list-box .list:hover .pos .show {
 opacity: 0;
 filter: alpha(opacity=0);
 transition: opacity 0.4s;
}
 .main_sw.ser .box1 .list-box .list:hover .pos .hide {
 opacity: 1;
 filter: alpha(opacity=100);
 transition: opacity 0.4s;
 transition-delay: 0.4s;
}
 .main_sw.ser .box1 .list-box .list:hover .pos .hide .title {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.5s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.ser .box1 .list-box .list:hover .pos .hide .icon2 {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.6s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.ser .box1 .list-box .list:hover .pos .hide .text {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.7s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1400px) {
 .main_sw.ser .box1 .list-box .list .pos .c {
 font-size: 19.2px;
 line-height: 28.8px;
}
 .main_sw.ser .box1 .list-box .list .pos .e {
 font-size: 24px;
 line-height: 28.8px;
}
}
 @media (max-width: 1024px) {
 .main_sw.ser .box1 .list-box .list {
 width: 33.33%;
}
 .main_sw.ser .box1 .list-box .list .img-box .img {
 background-size: cover;
 background-position: center center;
}
 .main_sw.ser .box1 .list-box .list .pos .c {
 font-size: 16.8px;
 line-height: 25.2px;
}
 .main_sw.ser .box1 .list-box .list .pos .e {
 font-size: 21px;
}
 .main_sw.ser .box1 .list-box .list .pos .show {
 display: none;
}
 .main_sw.ser .box1 .list-box .list .pos .hide {
 width: 100%;
 top: 20%;
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.ser .box1 .list-box .list .pos .hide .title {
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
}
 .main_sw.ser .box1 .list-box .list .pos .hide .icon2 {
 width: 22px;
 height: 22px;
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
}
 .main_sw.ser .box1 .list-box .list .pos .hide .text {
 padding-top: 10%;
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
 font-size: 13px;
}
}
 @media (max-width: 768px) {
 .main_sw.ser .box1 .list-box .list {
 width: 48.4%;
 margin: 0 0.8%;
}
 .main_sw.ser .box1 .list-box .list .img-box {
 padding: 52.08% 0;
}
 .main_sw.ser .box1 .list-box .list .pos {
 position: static;
 color: #666;
}
 .main_sw.ser .box1 .list-box .list .pos .hide {
 position: static;
 height: 250px;
 padding: 5% 5% 6%;
}
 .main_sw.ser .box1 .list-box .list .pos .hide .text {
 padding-top: 1%;
}
 .main_sw.ser .box1 .list-box .list .pos .hide .icon2 {
 display: none;
}
}
 @media (max-width: 500px) {
 .main_sw.ser .box1 .list-box .list {
 width: 100%;
 margin: 0 auto;
}
 .main_sw.ser .box1 .list-box .list .pos .c {
 font-size: 14px;
 line-height: 20px;
}
 .main_sw.ser .box1 .list-box .list .pos .e {
 font-size: 18px;
 line-height: 20px;
}
 .main_sw.ser .box1 .list-box .list .pos .hide {
 height: auto;
 padding: 4% 3% 6%;
}
 .main_sw.ser .box1 .list-box .list .pos .hide .title {
 padding-bottom: 5px;
}
 .main_sw.ser .box1 .list-box .list .pos .hide .text span, .main_sw.ser .box1 .list-box .list .pos .hide .text p, .main_sw.ser .box1 .list-box .list .pos .hide .text strong {
 font-size: 13px;
}
}
.main_sw.ser .box2 {
	padding: 64px 0 80px;
	background-color: #f6f6f6;
}
.main_sw.ser .box2 .wrap {
	position: relative;
	width: 950px;
	height: 950px;
	margin: 0 auto;
}
.main_sw.ser .box2 .wrap .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}
.main_sw.ser .box2 .wrap .pos .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/ser-line.png) no-repeat center center;
	background-size: contain;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .line {
 opacity: 0;
 transition: opacity 0.4s;
 transition-delay: 5.4s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon {
	position: absolute;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	background-size: contain;
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon .table {
	position: relative;
	z-index: 10px;
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon .text {
	width: 67%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
	color: #fff;
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon1 {
	top: 0.3%;
	left: 42.8%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon1 {
 transition-delay: 1s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon2 {
	top: 7.1%;
	left: 64.1%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon2 {
 transition-delay: 1.4s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon3 {
	top: 23.2%;
	left: 79.6%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon3 {
 transition-delay: 1.8s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon4 {
	top: 42.9%;
	left: 85.5%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon4 {
 transition-delay: 2.2s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon5 {
	top: 62.9%;
	left: 79.6%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon5 {
 transition-delay: 2.6s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon6 {
	top: 79.2%;
	left: 64.1%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon6 {
 transition-delay: 3s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon7 {
	top: 85.5%;
	left: 42.8%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon7 {
 transition-delay: 3.4s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon8 {
	top: 79.2%;
	left: 20.6%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon8 {
 transition-delay: 3.8s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon9 {
	top: 62.9%;
	left: 4.8%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon9 {
 transition-delay: 4.2s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon10 {
	top: 42.9%;
	left: 0;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon10 {
 transition-delay: 4.6s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon11 {
	top: 23.2%;
	left: 4.7%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon11 {
 transition-delay: 5s;
}
}
.main_sw.ser .box2 .wrap .pos .icon-box .icon.icon12 {
	top: 7.1%;
	left: 20.6%;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon.icon12 {
 transition-delay: 5.4s;
}
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box .icon {
 transition: transform 0.4s, opacity 0.4s;
 transform: translate(-15px, -15px);
 opacity: 0;
}
}
.main_sw.ser .box2 .wrap .pos .center {
	position: absolute;
	top: 31.7%;
	left: 0;
	width: 100%;
	text-align: center;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .center {
 transform: translate(0, 200px);
 opacity: 0;
 transition: transform 0.8s;
}
}
.main_sw.ser .box2 .wrap .pos .center .img {
	display: block;
	width: 17.263%;
	margin: 0 auto 1%;
}
.main_sw.ser .box2 .wrap .pos .center .e {
	font-size: 60px;
	line-height: 1.3;
	font-family: DIN;
	font-weight: normal;
	text-transform: uppercase;
	color: #b2b3b7;
}
.main_sw.ser .box2 .wrap .pos .center .c {
	font-size: 30px;
	font-weight: normal;
	color: #666;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .animate .center {
 transform: translate(0, 0);
 opacity: 1;
}
 .main_sw.ser .box2 .wrap .pos .animate .line {
 opacity: 1;
}
}
 @media (min-width: 1025px) {
 .main_sw.ser .box2 .wrap .pos .icon-box.animate .icon {
 transform: translate(0, 0);
 opacity: 1;
}
}
 @media (max-width: 1200px) {
 .main_sw.ser .box2 .wrap {
 width: 760px;
 height: 760px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon {
 width: 107.2px;
 height: 107.2px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon .table {
 z-index: 10px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon .text {
 width: 90%;
 font-size: 12px;
 line-height: 1.8;
}
 .main_sw.ser .box2 .wrap .pos .center {
 top: 31.7%;
}
 .main_sw.ser .box2 .wrap .pos .center .img {
 width: 17.263%;
 margin: 0 auto 1%;
}
 .main_sw.ser .box2 .wrap .pos .center .e {
 font-size: 42px;
}
 .main_sw.ser .box2 .wrap .pos .center .c {
 font-size: 21px;
}
}
 @media (max-width: 1024px) {
 .main_sw.ser .box2 {
 padding: 1.66667rem 0 1.25rem;
}
}
 @media (max-width: 840px) {
 .main_sw.ser .box2 .wrap {
 width: 570px;
 height: 570px;
}
 .main_sw.ser .box2 .wrap .pos .center .e {
 font-size: 30px;
}
 .main_sw.ser .box2 .wrap .pos .center .c {
 font-size: 18px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon {
 width: 93.8px;
 height: 93.8px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon .text {
 font-size: 10px;
}
}
 @media (max-width: 768px) {
 .main_sw.ser .box2 .wrap {
 width: 94%;
 height: auto;
 margin: 0 auto;
}
 .main_sw.ser .box2 .wrap .pos {
 position: static;
}
 .main_sw.ser .box2 .wrap .pos .line {
 display: none;
}
 .main_sw.ser .box2 .wrap .pos .center {
 position: static;
 padding-bottom: 1.04167rem;
}
 .main_sw.ser .box2 .wrap .pos .center .e {
 font-size: 30px;
}
 .main_sw.ser .box2 .wrap .pos .center .c {
 font-size: 18px;
}
 .main_sw.ser .box2 .wrap .pos .icon-box {
 position: static;
 text-align: center;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon {
 position: relative;
 display: inline-block;
 *display: block;
 *zoom: 1;
 width: 120.6px;
 height: 120.6px;
 margin: 0 1.5% 3%;
 top: 0 !important;
 left: 0 !important;
}
 .main_sw.ser .box2 .wrap .pos .icon-box .icon .text {
 width: 86%;
 font-size: 10px;
}
}
.main_sw.ser .box3 {
	padding-bottom: 96px;
	background-position: center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
 .main_sw.ser .box3 {
 padding-bottom: 1.45833rem;
}
}
.main_sw.ser .box3 .ex-wrap-title .e {
	color: #fff;
}
.main_sw.ser .box3 .ex-wrap-title .c {
	color: #fff;
}
.main_sw.ser .box3 .wrap {
	width: 1040px;
	margin: 0 auto;
}
.main_sw.ser .box3 .wrap .left, .main_sw.ser .box3 .wrap .right {
	width: 50%;
}
.main_sw.ser .box3 .wrap .left .list .line {
	right: -3.5px;
}
.main_sw.ser .box3 .wrap .left .list:first-child .line {
	top: 38px;
}
 .main_sw.ser .box3 .wrap .left .list:nth-child(1) {
 z-index: 11;
}
 .main_sw.ser .box3 .wrap .left .list:nth-child(2) {
 z-index: 13;
}
 .main_sw.ser .box3 .wrap .left .list:nth-child(3) {
 z-index: 15;
}
 .main_sw.ser .box3 .wrap .left .list:nth-child(4) {
 z-index: 17;
}
.main_sw.ser .box3 .wrap .right {
	padding-top: 120px;
}
.main_sw.ser .box3 .wrap .right .list .line {
	left: -3.5px;
}
.main_sw.ser .box3 .wrap .right .list:last-child .line {
	height: 38px;
}
.main_sw.ser .box3 .wrap .right .list.hide {
	display: none;
}
 .main_sw.ser .box3 .wrap .right .list:nth-child(2) {
 z-index: 12;
}
 .main_sw.ser .box3 .wrap .right .list:nth-child(4) {
 z-index: 14;
}
 .main_sw.ser .box3 .wrap .right .list:nth-child(6) {
 z-index: 16;
}
 .main_sw.ser .box3 .wrap .right .list:nth-child(8) {
 z-index: 18;
}
.main_sw.ser .box3 .wrap .list {
	position: relative;
	margin-bottom: 11.154%;
}
.main_sw.ser .box3 .wrap .list .line {
	position: absolute;
	top: 0;
	width: 7px;
	height: 100%;
	background: url(../Images/ser-box3-line.jpg) center center;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box3 .wrap .list .line {
 opacity: 0;
 transition: opacity 0.4s;
}
}
.main_sw.ser .box3 .wrap .list .num {
	position: relative;
	z-index: 10;
	width: 25px;
	height: 25px;
	margin-top: 38px;
	line-height: 25px;
	border: 5px solid #287fce;
	border-radius: 50%;
	text-align: center;
	background-color: #4ea6f6;
	color: #fff;
}
.main_sw.ser .box3 .wrap .list .num.fr {
	margin-right: -17.5px;
}
.main_sw.ser .box3 .wrap .list .num.fl {
	margin-left: -17.5px;
}
.main_sw.ser .box3 .wrap .list .text-box {
	position: relative;
	width: 450px;
	padding: 16px 18px 18px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #287fce;
	color: #fff;
}
.main_sw.ser .box3 .wrap .list .text-box .title {
	margin-bottom: 15px;
	font-size: 20px;
}
.main_sw.ser .box3 .wrap .list .text-box .title span {
	vertical-align: middle;
}
.main_sw.ser .box3 .wrap .list .text-box .title .icon {
	margin-right: 15px;
}
.main_sw.ser .box3 .wrap .list .text-box .title .icon img {
	display: block;
	width: 100%;
}
.main_sw.ser .box3 .wrap .list .text-box .text {
	font-size: 14px;
	line-height: 1.8;
}
.main_sw.ser .box3 .wrap .list .text-box .i {
	position: absolute;
	top: 40px;
	right: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #287fce;
}
.main_sw.ser .box3 .wrap .list .text-box.fr .i {
	right: auto;
	left: -15px;
	border-right: 15px solid #287fce;
	border-left: none;
}
 @media (min-width: 1025px) {
 .main_sw.ser .box3 .wrap .list {
 opacity: 0;
 transition: transform 0.6s, opacity 0.6s;
 transform: translate(0, 100px);
}
 .main_sw.ser .box3 .wrap .list.animate {
 opacity: 1;
 transform: translate(0, 0);
}
 .main_sw.ser .box3 .wrap .list.animate .line {
 opacity: 1;
}
 .main_sw.ser .box3 .wrap .list:hover {
 transform: translate(0, -10px);
}
}
 @media (max-width: 1150px) {
 .main_sw.ser .box3 .wrap {
 width: 700px;
}
 .main_sw.ser .box3 .wrap .right {
 padding-top: 100px;
}
 .main_sw.ser .box3 .wrap .list .text-box {
 width: 290px;
}
 .main_sw.ser .box3 .wrap .list .text-box .title {
 margin-bottom: 12px;
 font-size: 16px;
}
 .main_sw.ser .box3 .wrap .list .text-box .title .icon {
 margin-right: 10px;
 width: 35px;
}
 .main_sw.ser .box3 .wrap .list .text-box .text {
 font-size: 13px;
 line-height: 1.6;
}
 .main_sw.ser .box3 .wrap .list .text-box.fr .i {
 left: -12px;
}
 .main_sw.ser .box3 .wrap .list .text-box.fl .i {
 right: -12px;
}
}
 @media (max-width: 768px) {
 .main_sw.ser .box3 .wrap {
 width: 340px;
}
 .main_sw.ser .box3 .wrap .left {
 display: none;
}
 .main_sw.ser .box3 .wrap .right {
 width: 100%;
 padding-top: 0;
}
 .main_sw.ser .box3 .wrap .right .list {
 margin-bottom: 0;
 padding-bottom: 11.154%;
}
 .main_sw.ser .box3 .wrap .right .list.hide {
 display: block;
}
 .main_sw.ser .box3 .wrap .right .list:first-child .line {
 top: 38px;
}
}
 @media (max-width: 500px) {
 .main_sw.ser .box3 .wrap {
 width: 264px;
}
 .main_sw.ser .box3 .wrap .list .num {
 width: 20px;
 height: 20px;
 margin-top: 42px;
 line-height: 20px;
 border-width: 2px;
}
 .main_sw.ser .box3 .wrap .list .num.fl {
 margin-left: -12px;
}
 .main_sw.ser .box3 .wrap .list .line {
 width: 4px;
}
 .main_sw.ser .box3 .wrap .list .text-box {
 width: 230px;
 padding: 16px 16px 18px;
}
 .main_sw.ser .box3 .wrap .list .text-box.fr .i {
 left: -10px;
}
 .main_sw.ser .box3 .wrap .right .list .line {
 left: -2px;
}
 .main_sw.ser .box3 .wrap .right .list:first-child .line {
 top: 44px;
}
 .main_sw.ser .box3 .wrap .right .list:last-child .line {
 height: 44px;
}
}
.main_sw.job .box1 .w1580 {
	padding-bottom: 72px;
	border-bottom: 1px solid #dddddd;
}
.main_sw.job .box1 .ex-wrap-title {
	padding-bottom: 26px;
}
.main_sw.job .box1 .text-cont {
	padding-bottom: 58px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #868686;
}
.main_sw.job .box1 .list-box {
	text-align: center;
}
.main_sw.job .box1 .list-box .list {
	width: 280px;
	margin: 0 5% 30px;
	vertical-align: top;
}
.main_sw.job .box1 .list-box .list .icon {
	position: relative;
	width: 88px;
	height: 88px;
	margin: 0 auto 28px;
	overflow: hidden;
}
.main_sw.job .box1 .list-box .list .icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: top 0.6s cubic-bezier(0.65, -0.6, 0.44, 1.45);
}
.main_sw.job .box1 .list-box .list .icon .top {
	top: 0;
}
.main_sw.job .box1 .list-box .list .icon .btm {
	top: 102%;
}
.main_sw.job .box1 .list-box .list .title {
	padding-bottom: 20px;
	font-size: 18px;
	color: #484848;
}
.main_sw.job .box1 .list-box .list .text {
	font-size: 14px;
	line-height: 1.4;
	color: #888;
}
 .main_sw.job .box1 .list-box .list:nth-child(1) .icon .top {
 background-image: url(../Images/job-icon1.png);
}
 .main_sw.job .box1 .list-box .list:nth-child(1) .icon .btm {
 background-image: url(../Images/job-icon1-1.png);
}
 .main_sw.job .box1 .list-box .list:nth-child(2) .icon .top {
 background-image: url(../Images/job-icon2.png);
}
 .main_sw.job .box1 .list-box .list:nth-child(2) .icon .btm {
 background-image: url(../Images/job-icon2-1.png);
}
 .main_sw.job .box1 .list-box .list:nth-child(3) .icon .top {
 background-image: url(../Images/job-icon3.png);
}
 .main_sw.job .box1 .list-box .list:nth-child(3) .icon .btm {
 background-image: url(../Images/job-icon3-1.png);
}
 @media (min-width: 1024px) {
 .main_sw.job .box1 .list-box .list:hover .icon .top {
 top: -102%;
}
 .main_sw.job .box1 .list-box .list:hover .icon .btm {
 top: 0;
}
 .main_sw.job .box1 .list-box .list:hover .title, .main_sw.job .box1 .list-box .list:hover .text {
 color: #3b90d4;
}
}
@media (max-width: 1340px) {
 .main_sw.job .box1 .w1580 {
 padding-bottom: 50px;
}
 .main_sw.job .box1 .list-box .list {
 width: 220px;
 margin: 0 3% 30px;
}
}
@media (max-width: 900px) {
 .main_sw.job .box1 .w1580 {
 padding-bottom: 1.04167rem;
}
 .main_sw.job .box1 .text-cont {
 font-size: 13px;
 padding-bottom: 1.04167rem;
}
 .main_sw.job .box1 .list-box .list {
 margin: 0 3% 25px;
}
 .main_sw.job .box1 .list-box .list .icon {
 width: 64px;
 height: 64px;
 margin: 0 auto 12px;
}
 .main_sw.job .box1 .list-box .list .title {
 padding-bottom: 10px;
 font-size: 16px;
}
}
@media (max-width: 640px) {
 .main_sw.job .box1 .list-box .list .title {
 font-size: 14px;
}
 .main_sw.job .box1 .list-box .list .text-box {
 font-size: 13px;
}
}
.main_sw.job .box2 .wrap {
	padding: 106px 0 102px;
	background-color: #f5f5f5;
}
.main_sw.job .box2 .wrap .list-box .list {
	width: 23.417%;
	margin-right: 2.088%;
	margin-bottom: 2.088%;
	transition: transform 0.4s;
}
.main_sw.job .box2 .wrap .list-box .list .img-box {
	position: relative;
	padding: 33.783% 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_sw.job .box2 .wrap .list-box .list .img-box .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.main_sw.job .box2 .wrap .list-box .list .img-box .pos .num {
	font-family: Impact;
	font-size: 46px;
}
 .main_sw.job .box2 .wrap .list-box .list:nth-child(4n) {
 margin-right: 0;
}
 @media (min-width: 1025px) {
 .main_sw.job .box2 .wrap .list-box .list:hover {
 transform: translate(0, -10px);
}
}
 @media (max-width: 1024px) {
 .main_sw.job .box2 .wrap {
 padding: 1.76667rem 0 1.7rem;
}
}
 @media (max-width: 768px) {
 .main_sw.job .box2 .wrap {
 padding: 3% 0;
}
 .main_sw.job .box2 .wrap .list-box .list {
 width: 49%;
 margin-right: 2%;
 margin-bottom: 2%;
}
 .main_sw.job .box2 .wrap .list-box .list:nth-child(2n) {
 margin-right: 0;
}
}
 @media (max-width: 500px) {
 .main_sw.job .box2 .wrap .list-box .list .img-box .pos {
 font-size: 14px;
}
 .main_sw.job .box2 .wrap .list-box .list .img-box .pos .num {
 font-size: 36px;
}
}
 @media (max-width: 400px) {
 .main_sw.job .box2 .wrap .list-box .list {
 width: 100%;
 margin-right: 0;
 margin-bottom: 3%;
}
 .main_sw.job .box2 .wrap .list-box .list .img-box .pos {
 font-size: 16px;
}
}
.main_sw.job .box3 .page {
	padding: 14px 0 12px;
	border: 1px solid #dfdfdf;
	text-align: center;
	zoom: 1;
	overflow: hidden;
}
.main_sw.job .box3 .page a {
	padding: 0 10px;
	margin: 0 2%;
	min-width: 36px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #7e7e7e;
	text-align: center;
}
.main_sw.job .box3 .page a span {
	position: relative;
	top: -1px;
	font-size: 0;
	width: 9px;
	height: 15px;
	vertical-align: middle;
}
.main_sw.job .box3 .page a.prev {
	float: left;
	margin-left: 5%;
}
.main_sw.job .box3 .page a.prev span {
	margin-right: 20px;
	background: url(../Images/page-left.png) no-repeat center center;
	background-size: contain;
}
.main_sw.job .box3 .page a.next {
	float: right;
	margin-right: 5%;
}
.main_sw.job .box3 .page a.next span {
	margin-left: 20px;
	background: url(../Images/page-right.png) no-repeat center center;
	background-size: contain;
}
.main_sw.job .box3 .page a.active {
	background-color: #0061ae;
	color: #fff;
}
 @media (min-width: 1025px) {
 .main_sw.job .box3 .page a:hover {
 background-color: #0061ae;
 color: #fff;
}
 .main_sw.job .box3 .page a:hover.prev span {
 background: url(../Images/page-left2.png) no-repeat center center;
 background-size: contain;
}
 .main_sw.job .box3 .page a:hover.next span {
 background: url(../Images/page-right2.png) no-repeat center center;
 background-size: contain;
}
}
 @media (max-width: 1024px) {
 .main_sw.job .box3 .page a {
 padding: 0 8px;
 min-width: 26px;
 height: 40px;
 line-height: 40px;
}
 .main_sw.job .box3 .page a span {
 height: 14px;
}
 .main_sw.job .box3 .page a.prev span {
 margin-right: 14px;
}
 .main_sw.job .box3 .page a.next span {
 margin-left: 14px;
}
}
 @media (max-width: 435px) {
 .main_sw.job .box3 .page {
 padding: 6px 0;
}
 .main_sw.job .box3 .page a {
 padding: 0 4px;
 min-width: 20px;
 height: 28px;
 line-height: 30px;
 font-size: 14px;
}
 .main_sw.job .box3 .page a span {
 height: 12px;
}
 .main_sw.job .box3 .page a.prev span {
 margin-right: 10px;
}
 .main_sw.job .box3 .page a.next span {
 margin-left: 10px;
}
}
.main_sw.job .box3 .wrap {
	margin-bottom: 35px;
}
 @media (max-width: 1024px) {
 .main_sw.job .box3 .wrap {
 margin-bottom: 0.83333rem;
}
}
.main_sw.job .box3 .wrap .tr {
	height: 64px;
	line-height: 64px;
	margin-bottom: 3px;
	background-color: #0061ae;
	color: #fff;
}
.main_sw.job .box3 .wrap .tr.js-tr {
	cursor: pointer;
}
.main_sw.job .box3 .wrap .tr a {
	color: #fff;
}
.main_sw.job .box3 .wrap .tr .w15 {
	width: 15%;
}
.main_sw.job .box3 .wrap .tr .w29 {
	width: 29%;
}
.main_sw.job .box3 .wrap .tr .w16 {
	width: 16%;
}
.main_sw.job .box3 .wrap .tr .w24 {
	width: 24%;
}
.main_sw.job .box3 .wrap .tr .th {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main_sw.job .box3 .wrap .tr .td {
	position: relative;
	font-size: 18px;
	text-align: center;
}
.main_sw.job .box3 .wrap .tr .td .icon-box {
	position: absolute;
	left: 6%;
	top: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12.5px;
	transition: transform 0.4s;
	transform-origin: center center;
}
.main_sw.job .box3 .wrap .tr .td .icon-box .line1 {
	position: absolute;
	top: 1px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.main_sw.job .box3 .wrap .tr .td .icon-box .line2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
 @media (min-width: 1025px) {
 .main_sw.job .box3 .wrap .tr.js-tr:hover {
 background-color: #fff;
 color: #0061ae;
}
 .main_sw.job .box3 .wrap .tr.js-tr:hover a {
 color: #0061ae;
}
 .main_sw.job .box3 .wrap .tr.js-tr:hover .td .icon-box .line1, .main_sw.job .box3 .wrap .tr.js-tr:hover .td .icon-box .line2 {
 background-color: #0061ae;
}
 .main_sw.job .box3 .wrap .tr a:hover {
 color: #3693de;
}
}
.main_sw.job .box3 .wrap .tr.cur {
	background-color: #fff;
	color: #0061ae;
}
.main_sw.job .box3 .wrap .tr.cur a {
	color: #0061ae;
}
 @media (min-width: 1025px) {
 .main_sw.job .box3 .wrap .tr.cur a:hover {
 color: #3693de;
}
}
.main_sw.job .box3 .wrap .tr.cur .td .icon-box {
	transform: rotate(45deg);
}
.main_sw.job .box3 .wrap .tr.cur .td .icon-box .line1, .main_sw.job .box3 .wrap .tr.cur .td .icon-box .line2 {
	background-color: #0061ae;
}
 @media (max-width: 1360px) {
 .main_sw.job .box3 .wrap .tr .td .icon-box {
 width: 20px;
 height: 20px;
 margin-top: -10px;
}
}
 @media (max-width: 1024px) {
 .main_sw.job .box3 .wrap .tr {
 height: 42px;
 line-height: 42px;
}
 .main_sw.job .box3 .wrap .tr .th {
 font-size: 16px;
}
 .main_sw.job .box3 .wrap .tr .td {
 font-size: 14px;
}
 .main_sw.job .box3 .wrap .tr .td .icon-box {
 width: 14px;
 height: 14px;
 margin-top: -7px;
}
}
 @media (max-width: 768px) {
 .main_sw.job .box3 .wrap .tr .w29, .main_sw.job .box3 .wrap .tr .w15 {
 display: none;
}
 .main_sw.job .box3 .wrap .tr .w15, .main_sw.job .box3 .wrap .tr .w24, .main_sw.job .box3 .wrap .tr .w16 {
 width: 33.33%;
}
 .main_sw.job .box3 .wrap .tr .td .icon-box {
 display: none;
}
}
.main_sw.job .box3 .wrap .hide {
	display: none;
	margin-bottom: 32px;
	background-color: #f5f5f5;
}
.main_sw.job .box3 .wrap .hide .text-cont {
	padding: 4.4% 3.6% 5.5%;
	color: #7e7e7e;
}
.main_sw.job .box3 .wrap .hide .text-cont .list1 {
	padding-bottom: 4%;
	border-bottom: 1px solid #d8d8d8;
}
.main_sw.job .box3 .wrap .hide .text-cont .list1 .text {
	margin-right: 6%;
	font-size: 18px;
	line-height: 1.6;
}
.main_sw.job .box3 .wrap .hide .text-cont .list1 .text:last-child {
	margin-right: 0;
}
.main_sw.job .box3 .wrap .hide .text-cont .list2 {
	padding: 2.6% 0;
	border-bottom: 1px solid #d8d8d8;
}
.main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box {
	width: 50%;
}
.main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .pd {
	width: 77%;
}
.main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .title {
	padding-bottom: 5%;
	font-size: 24px;
	font-weight: normal;
}
.main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .text {
	font-size: 14px;
	line-height: 1.6;
}
.main_sw.job .box3 .wrap .hide .text-cont .btn {
	padding: 12px 24px 14px;
	margin-top: 4%;
	color: #fff;
	background-color: #0061ae;
}
.main_sw.job .box3 .wrap .hide .text-cont .btn .c {
	font-size: 22px;
}
.main_sw.job .box3 .wrap .hide .text-cont .btn .e {
	font-family: Arial;
	font-size: 24px;
}
 @media (max-width: 1024px) {
 .main_sw.job .box3 .wrap .hide {
 margin-bottom: 0.66667rem;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list1 .text {
 font-size: 13px;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .pd {
 width: 90%;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .title {
 font-size: 14px;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .text {
 font-size: 13px;
}
 .main_sw.job .box3 .wrap .hide .text-cont .btn {
 padding: 8px 14px 10px;
}
 .main_sw.job .box3 .wrap .hide .text-cont .btn .c {
 font-size: 14px;
}
 .main_sw.job .box3 .wrap .hide .text-cont .btn .e {
 font-size: 16px;
}
}
 @media (max-width: 540px) {
 .main_sw.job .box3 .wrap .hide .text-cont .list2 {
 padding: 0.54167rem 0 0;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box {
 width: 100%;
 padding-bottom: 0.625rem;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .pd {
 width: 100%;
}
 .main_sw.job .box3 .wrap .hide .text-cont .list2 .text-box .title {
 padding-bottom: 0.41667rem;
}
}
.main_sw.job .box3 .page img {
	display: block;
	width: 100%;
}
.main_sw.job .box4 {
	padding: 56px 0 96px;
}
.main_sw.job .box4 .wrap {
	padding-top: 16px;
}
.main_sw.job .box4 .wrap .text-box {
	width: 45.57%;
}
.main_sw.job .box4 .wrap .text-box .title {
	padding-left: 45px;
	margin-bottom: 38px;
	font-size: 24px;
	color: #7e7e7e;
	font-weight: normal;
	background-image: url(../Images/job-point.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	background-size: 20px 20px;
}
.main_sw.job .box4 .wrap .text-box .title span {
	vertical-align: middle;
}
.main_sw.job .box4 .wrap .text-box .text {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
 @media (max-width: 1024px) {
 .main_sw.job .box4 {
 padding: 0.625rem 0 1.45833rem;
}
 .main_sw.job .box4 .wrap {
 padding-top: 0.41667rem;
}
 .main_sw.job .box4 .wrap .text-box .title {
 padding-left: 35px;
 margin-bottom: 0.625rem;
 font-size: 18px;
 background-position: left 0;
 background-size: contain;
}
 .main_sw.job .box4 .wrap .text-box .text {
 font-size: 13px;
 line-height: 1.8;
}
}
 @media (max-width: 768px) {
 .main_sw.job .box4 .wrap .text-box {
 width: 100%;
 margin-bottom: 0.79167rem;
}
 .main_sw.job .box4 .wrap .text-box:last-child {
 margin-bottom: 0;
}
 .main_sw.job .box4 .wrap .text-box .title {
 font-size: 15px;
}
}
.main_sw.job .box5 {
	padding: 106px 0 72px;
	background: url(../Images/job-box4-bg.jpg) no-repeat center center;
	background-size: cover;
}
.main_sw.job .box5 .wrap {
	width: 1580px;
	margin: 0 auto;
}
.main_sw.job .box5 .tab-box {
	padding-bottom: 70px;
	text-align: center;
}
.main_sw.job .box5 .tab-box .tab {
	width: 170px;
	padding: 2px 0 6px;
	margin: 0 16px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	color: #fff;
	background-color: #3a8bd5;
	cursor: pointer;
}
.main_sw.job .box5 .tab-box .tab.cur {
	color: #3a8bd5;
	background-color: #fff;
}
 @media (min-width: 1024px) {
 .main_sw.job .box5 .tab-box .tab:hover {
 color: #3a8bd5;
 background-color: #fff;
}
}
.main_sw.job .box5 .list-box {
	display: none;
	margin: 0 auto;
}
.main_sw.job .box5 .list-box:first-child {
	display: block;
}
.main_sw.job .box5 .list-box .list-cont {
	position: relative;
	color: #fff;
}
.main_sw.job .box5 .list-box .list-cont .icon-box {
	position: absolute;
}
.main_sw.job .box5 .list-box .list-cont .icon-box .img {
	margin-right: 22px;
	vertical-align: middle;
}
.main_sw.job .box5 .list-box .list-cont .icon-box span {
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}
.main_sw.job .box5 .list-box .list-cont .icon-box .line {
	position: absolute;
	right: -100%;
	top: -90%;
	width: 109px;
	height: 106px;
	background: url(../Images/job-line.png) no-repeat left bottom;
	background-size: contain;
}
.main_sw.job .box5 .list-box .list-cont .icon-box.icon-box1 {
	left: 24%;
	bottom: -16%;
}
.main_sw.job .box5 .list-box .list-cont .icon-box.icon-box2 {
	left: 20.6%;
	bottom: 22%;
}
.main_sw.job .box5 .list-box .list-cont .icon-box.icon-box3 {
	left: 14%;
	bottom: 46%;
}
.main_sw.job .box5 .list-box .list {
	position: relative;
	width: 100%;
	color: #fff;
}
.main_sw.job .box5 .list-box .list .img {
	display: block;
	margin: 0 auto;
}
.main_sw.job .box5 .list-box .list .text {
	position: absolute;
	font-size: 24px;
	line-height: 1.6;
}
.main_sw.job .box5 .list-box .list.list1 {
	z-index: 10;
	margin-bottom: 0.9%;
}
.main_sw.job .box5 .list-box .list.list1 .text {
	top: 40%;
	left: 60%;
}
.main_sw.job .box5 .list-box .list.list2 {
	z-index: 9;
	margin-bottom: 2%;
}
.main_sw.job .box5 .list-box .list.list2 .text {
	top: 36%;
	left: 64%;
}
.main_sw.job .box5 .list-box .list.list3 {
	z-index: 8;
}
.main_sw.job .box5 .list-box .list.list3 .text {
	top: 22%;
	left: 68%;
}
.main_sw.job .box5 .list-box .list.list4 {
	z-index: 7;
	margin-top: -0.5%;
}
.main_sw.job .box5 .list-box .list.list4 .text {
	top: 22%;
	left: 71.5%;
}
.main_sw.job .box5 .list-box .list.list5 {
	z-index: 6;
	margin-top: -6%;
}
.main_sw.job .box5 .list-box .list.list5 .text {
	top: 22%;
	left: 75.2%;
}
 @media (max-width: 1660px) {
 .main_sw.job .box5 .wrap {
 width: 1000px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box span {
 font-size: 20px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box .img {
 width: 50px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box .line {
 right: -80%;
 width: 76.3px;
 height: 74.2px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box.icon-box1 {
 left: 17%;
 bottom: -16%;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box.icon-box2 {
 left: 10.3%;
 bottom: 22%;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box.icon-box3 {
 left: 2%;
 bottom: 46%;
}
 .main_sw.job .box5 .list-box .list .text {
 font-size: 20px;
}
 .main_sw.job .box5 .list-box .list.list1 {
 margin-bottom: 0.9%;
}
 .main_sw.job .box5 .list-box .list.list1 .text {
 top: 40%;
 left: 62.4%;
}
 .main_sw.job .box5 .list-box .list.list1 .img {
 width: 116.8px;
}
 .main_sw.job .box5 .list-box .list.list2 {
 margin-bottom: 2%;
}
 .main_sw.job .box5 .list-box .list.list2 .text {
 top: 36%;
 left: 66.56%;
}
 .main_sw.job .box5 .list-box .list.list2 .img {
 width: 220px;
}
 .main_sw.job .box5 .list-box .list.list3 .text {
 top: 22%;
 left: 70.72%;
}
 .main_sw.job .box5 .list-box .list.list3 .img {
 width: 311.2px;
}
 .main_sw.job .box5 .list-box .list.list4 {
 margin-top: -0.5%;
}
 .main_sw.job .box5 .list-box .list.list4 .text {
 top: 22%;
 left: 74.36%;
}
 .main_sw.job .box5 .list-box .list.list4 .img {
 width: 387.2px;
}
 .main_sw.job .box5 .list-box .list.list5 {
 margin-top: -6%;
}
 .main_sw.job .box5 .list-box .list.list5 .text {
 top: 22%;
 left: 78.208%;
}
 .main_sw.job .box5 .list-box .list.list5 .img {
 width: 449.6px;
}
}
 @media (max-width: 1050px) {
 .main_sw.job .box5 .wrap {
 width: 100%;
}
 .main_sw.job .box5 .list-box {
 text-align: center;
}
 .main_sw.job .box5 .list-box .list-cont {
 position: static;
 padding: 3%;
 margin: 0 3% 3%;
}
 .main_sw.job .box5 .list-box .list-cont:nth-child(1) {
 background-color: #b9c24e;
}
 .main_sw.job .box5 .list-box .list-cont:nth-child(2) {
 background-color: #a2d089;
}
 .main_sw.job .box5 .list-box .list-cont:nth-child(3) {
 background-color: #5ea3e2;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box {
 position: static;
 margin-bottom: 1%;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box span {
 font-size: 18px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box .img {
 width: 38px;
 margin-right: 12px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box .line {
 display: none;
}
 .main_sw.job .box5 .list-box .list {
 margin: 0;
}
 .main_sw.job .box5 .list-box .list .text {
 position: static;
 font-size: 18px;
}
 .main_sw.job .box5 .list-box .list .img {
 display: none;
}
 .main_sw.job .box5 .list-box .list.list1 {
 width: 100%;
 margin: 0;
}
 .main_sw.job .box5 .list-box .list.list2 {
 width: 100%;
 margin: 0;
}
 .main_sw.job .box5 .list-box .list.list3 {
 width: 100%;
}
 .main_sw.job .box5 .list-box .list.list4 {
 width: 100%;
 margin: 0;
}
 .main_sw.job .box5 .list-box .list.list5 {
 width: 100%;
 margin: 0;
}
}
 @media (max-width: 1024px) {
 .main_sw.job .box5 {
 padding: 1.76667rem 0 1.2rem;
}
 .main_sw.job .box5 .tab-box {
 padding-bottom: 1.16667rem;
}
 .main_sw.job .box5 .tab-box .tab {
 width: 120px;
 padding: 6px 0 8px;
 margin: 0 8px 8px;
 font-size: 18px;
}
}
 @media (max-width: 500px) {
 .main_sw.job .box5 .list-box .list-cont {
 padding: 0.72917rem 3%;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box {
 margin-bottom: 0.33333rem;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box span {
 font-size: 14px;
}
 .main_sw.job .box5 .list-box .list-cont .icon-box .img {
 width: 28px;
}
 .main_sw.job .box5 .list-box .list .text {
 font-size: 14px;
}
}
.main_sw.job .box6 .w1580 .ex-wrap-title {
	border-bottom: 1px solid #f4f4f4;
}
.main_sw.job .box6 .wrap .tab-box {
	padding: 44px 0 72px;
	text-align: center;
}
.main_sw.job .box6 .wrap .tab-box .tab {
	width: 148px;
	height: 45px;
	margin: 0 15px;
	line-height: 45px;
	font-size: 24px;
	border: 1px solid #ebebeb;
	border-radius: 45px;
	text-align: center;
	color: #7e7e7e;
	cursor: pointer;
}
.main_sw.job .box6 .wrap .tab-box .tab.cur {
	border-color: #007de0;
	background-color: #007de0;
	color: #fff;
}
 @media (min-width: 1025px) {
 .main_sw.job .box6 .wrap .tab-box .tab:hover {
 border-color: #007de0;
 background-color: #007de0;
 color: #fff;
}
}
.main_sw.job .box6 .wrap .cont .ajax-box {
	padding-bottom: 80px;
}
.main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools_horizontal {
	bottom: -70px;
	width: 82.29%;
	left: 8.885%;
}
 @media (max-width: 1580px) {
 .main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools_horizontal {
 width: 94%;
 left: 3%;
}
}
.main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 1px;
	background-color: #e7e7e7 !important;
}
.main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 8px;
	margin: 3px 0 0;
	background-color: #b0b0b0 !important;
	border-radius: 0 !important;
}
.main_sw.job .box6 .wrap .cont .list-box .list .img-box {
	overflow: hidden;
}
.main_sw.job .box6 .wrap .cont .list-box .list .img-box .img {
	padding: 42.5% 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: transform 0.4s;
}
.main_sw.job .box6 .wrap .cont .list-box .list .text {
	width: 90%;
	margin: 0 auto;
	padding-top: 18px;
	font-size: 18px;
	text-align: center;
	color: #7e7e7e;
}
@media (min-width: 1025px) {
 .main_sw.job .box6 .wrap .cont .list-box .list:hover .img-box .img {
 transform: scale(1.08);
}
}
@media (max-width: 1024px) {
 .main_sw.job .box6 .wrap .tab-box {
 padding: 0.91667rem 0 1.45833rem;
}
 .main_sw.job .box6 .wrap .tab-box .tab {
 width: 118px;
 height: 36px;
 margin: 0 10px;
 line-height: 36px;
 font-size: 16px;
}
 .main_sw.job .box6 .wrap .cont .ajax-box {
 padding-bottom: 1.625rem;
}
 .main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools_horizontal {
 bottom: -30px;
}
 .main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 height: 4px;
 margin: 1px 0 0;
}
 .main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools.mCSB_scrollTools_horizontal {
 height: 8px;
}
 .main_sw.job .box6 .wrap .cont .ajax-box .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
 margin: 3px 0;
}
 .main_sw.job .box6 .wrap .cont .list-box .list .text {
 padding-top: 15px;
 font-size: 15px;
}
}
.main_sw.partner .box1 .wrap {
	padding: 6% 0 8%;
	background-color: #f5f5f5;/* .scroll-box{
  	position: relative;
  	.custom-navigation{
  		a{
  			position: absolute;
  			z-index: 10;
  			top: 50%;
  			width: 23px;
  			height: 61px;
  			margin-top: -30px;
  			background-size: contain;
  			background-position: center center;
  			&.flex-prev{
  				left: 5%;
  				background-image: url(../Images/welc-left.png);
  				@media(min-width: 1025px){
  					&:hover{
  						background-image: url(../Images/welc-left2.png);
  					}
  				}
  			}
  			&.flex-next{
  				right: 5%;
  				background-image: url(../Images/welc-right.png);
  				@media(min-width: 1025px){
  					&:hover{
  						background-image: url(../Images/welc-right2.png);
  					}
  				}
  			}
  		}
  		@media(max-width: 960px){
  			a{
  				width: 23px*0.6;
  				height: 61px*0.6;
  				margin-top: -30px*0.6;
  			}
  		}
  	}
  	.flexslider{
  		padding: 10px 0;
  		background-color: transparent;
  		overflow: hidden;
  		.flex-viewport{
  			overflow: visible !important;
  		}
  		.flex-control-nav{
  			display: none;
  		}
  		.slides{
  			.items{
  				text-align: center;
  				font-size: 0;
  				.link{
  					@extend .in-block;
  					width: 20%;
  					transition: transform 0.4s;
  					.img-box{
  						width: 94%;
  						max-width: 240px;
  						height: 100%;
  						margin: 0 auto;
  						background-color: #fff;
  						img{
  							@extend .in-block;
  							width: auto;
  							max-width: 100%;
  							max-height: 100%;
  							margin: 0 auto;
  						}
  					}
  					@media(max-width: 820px){
  						width: 33.33%;
  						.img-box{
  							margin-bottom: 6%;
  						}
  					}
  					@media(max-width: 580px){
  						width: 50%;
  					}
  					@media(min-width: 1025px){
  						&:hover{
  							transform: translate(0,-8px);
  						}
  					}
  				}
  			}
  		}
  	}
  } */ }
 @media (max-width: 1024px) {
 .main_sw.partner .box1 .wrap {
 padding: 8% 0;
}
}
.main_sw.partner .box1 .wrap .text-cont {
	max-width: 740px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: 5%;
	font-size: 18px;
	line-height: 1.6;
	color: #888;
	text-align: center;
}
 @media (max-width: 1024px) {
 .main_sw.partner .box1 .wrap .text-cont {
 padding-bottom: 6%;
 font-size: 14px;
}
}
.main_sw.partner .box1 .wrap .link-box {
	font-size: 0;
}
.main_sw.partner .box1 .wrap .link-box .link {
	width: 20%;
	transition: transform 0.4s;
	-webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
	filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
	filter: Gray;
}
.main_sw.partner .box1 .wrap .link-box .link .img-box {
	width: 94%;
	max-width: 240px;
	height: 100%;
	margin: 0 auto 6%;
	background-color: #fff;
}
.main_sw.partner .box1 .wrap .link-box .link .img-box img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
 @media (max-width: 820px) {
 .main_sw.partner .box1 .wrap .link-box .link {
 width: 33.33%;
}
}
 @media (max-width: 580px) {
 .main_sw.partner .box1 .wrap .link-box .link {
 width: 50%;
}
}
 @media (min-width: 1025px) {
 .main_sw.partner .box1 .wrap .link-box .link:hover {
 transform: translate(0, -8px);
 -webkit-filter: none !important;
 filter: none !important;
}
}
.main_sw.industry .bg-fff {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.main_sw.industry .box1 .wrap {
	padding: 102px 0;
	background-color: #f1f1f1;
}
.main_sw.industry .box1 .wrap .flexslider {
	padding-bottom: 32px;
	border-bottom: 1px solid #cecece;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items {
	width: 370px;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items:last-child {
	margin-right: 0;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items .list .img-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items .list .img-box .img {
	width: 100%;
	padding: 35.81% 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.5s;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items .list .img-box .bg {
	position: absolute;
	top: 102%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/ind-bg.png);
	transition: top 0.4s;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items .list .img-box .icon {
	position: absolute;
	top: 102%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/ind-icon.png) no-repeat center center;
	transition: top 0.4s;
}
.main_sw.industry .box1 .wrap .flexslider .slides .items .list .text {
	padding: 26px 2% 42px;
	font-size: 18px;
	color: #6d6d6d;
	text-align: center;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box1 .wrap .flexslider .slides .items .list:hover .img-box .img {
 transform: scale(1.15);
}
 .main_sw.industry .box1 .wrap .flexslider .slides .items .list:hover .img-box .bg, .main_sw.industry .box1 .wrap .flexslider .slides .items .list:hover .img-box .icon {
 top: 0;
}
}
.main_sw.industry .box1 .wrap .flexslider .flex-control-nav {
	bottom: -60px;
}
.main_sw.industry .box1 .wrap .flexslider .flex-control-nav li {
	margin: 0 7px;
}
.main_sw.industry .box1 .wrap .flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cecece;
}
.main_sw.industry .box1 .wrap .flexslider .flex-control-nav li a.flex-active {
	background-color: #5ea3e2;
}
@media (max-width: 1450px) {
 .main_sw.industry .box1 .w1580 {
 width: 1172px;
}
}
@media (max-width: 1260px) {
 .main_sw.industry .box1 .w1580 {
 width: 762px;
}
 .main_sw.industry .box1 .wrap {
 padding-top: 8%;
}
}
@media (max-width: 1024px) {
 .main_sw.industry .box1 .wrap {
 padding: 2.125rem 0;
}
 .main_sw.industry .box1 .wrap .flexslider {
 padding-bottom: 0.66667rem;
}
 .main_sw.industry .box1 .wrap .flexslider .flex-control-nav {
 bottom: -1.25rem;
}
 .main_sw.industry .box1 .wrap .flexslider .slides .items .list .text {
 padding: 13px 2% 21px;
 font-size: 14px;
}
}
@media (max-width: 840px) {
 .main_sw.industry .box1 .w1580 {
 max-width: 370px;
 width: 80%;
}
 .main_sw.industry .box1 .wrap {
 padding-top: 10%;
}
}
.main_sw.industry .box2 {
	overflow: hidden;
}
.main_sw.industry .box2 .w1135 {
	width: 1135px;
	margin: 0 auto;
}
.main_sw.industry .box2 .wrap {
	position: relative;
	background: url(../Images/ind-map-bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.main_sw.industry .box2 .wrap .star-bg {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
 @media (max-width: 1024px) {
 .main_sw.industry .box2 .wrap .star-bg {
 display: none;
}
}
.main_sw.industry .box2 .wrap .w1135 {
	position: relative;
	z-index: 2;
	padding: 68px 0;
}
.main_sw.industry .box2 .wrap .w1135 .img-box {
	position: relative;
	width: 51.72%;
	max-width: 587px;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .map {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm {
	position: absolute;
	width: 4.6%;
	height: 7.645%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon1 {
	top: 57%;
	left: 45.5%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon2 {
	top: 46.8%;
	left: 68.4%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon3 {
	top: 45.5%;
	left: 59.8%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon4 {
	top: 62.2%;
	left: 72.4%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon5 {
	top: 33.7%;
	left: 71.4%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon6 {
	top: 74.6%;
	left: 70.6%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon7 {
	top: 24%;
	left: 84.8%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-sm.icon8 {
	top: 53%;
	left: 75.6%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-lg {
	position: absolute;
	width: 5.963%;
	height: 9.917%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-lg img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-lg.lg1 {
	top: 57.4%;
	left: 81.8%;
}
.main_sw.industry .box2 .wrap .w1135 .img-box .icon-lg.lg2 {
	top: 46.4%;
	left: 79.8%;
}
.main_sw.industry .box2 .wrap .w1135 .text-box {
	width: 37.89%;
}
.main_sw.industry .box2 .wrap .w1135 .text-box .title {
	font-size: 30px;
	color: #fff;
}
.main_sw.industry .box2 .wrap .w1135 .text-box .line {
	width: 42.79%;
	height: 1px;
	min-width: 140px;
	margin: 30px 0;
	background-color: #e5e5e5;
}
.main_sw.industry .box2 .wrap .w1135 .text-box .text {
	font-size: 14px;
	line-height: 1.8;
	color: #f8f8f8;
}
 @media (max-width: 1250px) {
 .main_sw.industry .box2 .wrap .w1135 {
 width: 94%;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box .title {
 font-size: 24px;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box .line {
 margin: 20px 0;
}
}
 @media (max-width: 960px) {
 .main_sw.industry .box2 .wrap .w1135 {
 padding: 1.35417rem 0;
}
 .main_sw.industry .box2 .wrap .w1135 .img-box {
 width: 100%;
 margin-bottom: 0.83333rem;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box {
 width: 100%;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box .title {
 font-size: 15px;
 text-align: center;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box .line {
 width: 130px;
 margin: 15px auto;
}
 .main_sw.industry .box2 .wrap .w1135 .text-box .text {
 font-size: 13px;
}
}
.main_sw.industry .box3 .w1580 {
	padding: 80px 0 36px;
	border-bottom: 1px solid #e7e7e7;
}
.main_sw.industry .box3 .w1580 .img-box {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_sw.industry .box3 .w1580 .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_sw.industry .box3 .w1580 .pos .text-box {
	padding: 0 22%;
	text-align: center;
	color: #fff;
}
.main_sw.industry .box3 .w1580 .pos .text-box .title {
	padding-bottom: 36px;
	font-size: 30px;
	font-weight: normal;
	transition: opacity 0.4s, transform 0.4s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, 30px);
}
.main_sw.industry .box3 .w1580 .pos .text-box .text {
	font-size: 14px;
	line-height: 1.6;
	transition: opacity 0.4s, transform 0.4s;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, 30px);
}
.main_sw.industry .box3 .w1580 .left {
	width: 47.278%;
	position: relative;
	overflow: hidden;
}
.main_sw.industry .box3 .w1580 .left .img-box {
	position: relative;
	padding: 38.487% 0;
	transition: transform 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box3 .w1580 .left:hover .img-box {
 transform: scale(1.08);
}
 .main_sw.industry .box3 .w1580 .left:hover .pos {
 background-color: rgba(0, 0, 0, 0.2);
}
 .main_sw.industry .box3 .w1580 .left:hover .pos .text-box .title, .main_sw.industry .box3 .w1580 .left:hover .pos .text-box .text {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box3 .w1580 .left .img-box {
 transform: scale(1.08);
}
 .main_sw.industry .box3 .w1580 .left .pos {
 background-color: rgba(0, 0, 0, 0.2);
}
 .main_sw.industry .box3 .w1580 .left .pos .text-box .title, .main_sw.industry .box3 .w1580 .left .pos .text-box .text {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
.main_sw.industry .box3 .w1580 .right {
	width: 50.82%;
}
.main_sw.industry .box3 .w1580 .right .list {
	position: relative;
	width: 48.375%;
	margin-bottom: 3.25%;
	overflow: hidden;
}
.main_sw.industry .box3 .w1580 .right .list .img-box {
	padding: 35.271% 0;
	transition: transform 0.4s;
}
.main_sw.industry .box3 .w1580 .right .list .pos .text-box {
	padding: 0 5%;
}
.main_sw.industry .box3 .w1580 .right .list .pos .text-box .title {
	padding-bottom: 16px;
	font-size: 26px;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box3 .w1580 .right .list:hover .img-box {
 transform: scale(1.08);
}
 .main_sw.industry .box3 .w1580 .right .list:hover .pos {
 background-color: rgba(0, 0, 0, 0.2);
}
 .main_sw.industry .box3 .w1580 .right .list:hover .pos .text-box .title, .main_sw.industry .box3 .w1580 .right .list:hover .pos .text-box .text {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box3 .w1580 .right .list .img-box {
 transform: scale(1.08);
}
 .main_sw.industry .box3 .w1580 .right .list .pos {
 background-color: rgba(0, 0, 0, 0.2);
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box .title, .main_sw.industry .box3 .w1580 .right .list .pos .text-box .text {
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box3 .w1580 {
 padding: 1.04167rem 0 0.75rem;
}
 .main_sw.industry .box3 .w1580 .left .pos .text-box .title {
 padding-bottom: 0.54167rem;
 font-size: 18px;
}
 .main_sw.industry .box3 .w1580 .left .pos .text-box .text {
 font-size: 13px;
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box .title {
 padding-bottom: 0.375rem;
 font-size: 16px;
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box .text {
 font-size: 13px;
}
}
 @media (max-width: 950px) {
 .main_sw.industry .box3 .w1580 .left {
 width: 100%;
 margin-bottom: 3.25%;
}
 .main_sw.industry .box3 .w1580 .right {
 width: 100%;
}
}
 @media (max-width: 435px) {
 .main_sw.industry .box3 .w1580 .right .list {
 width: 100%;
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box {
 padding: 0 22%;
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box .title {
 padding-bottom: 0.54167rem;
 font-size: 18px;
}
 .main_sw.industry .box3 .w1580 .right .list .pos .text-box .text {
 font-size: 13px;
}
}
.main_sw.industry .box4 {
	padding-bottom: 104px;
}
 @media (max-width: 1024px) {
 .main_sw.industry .box4 {
 padding-bottom: 1.25rem;
}
}
.main_sw.industry .box4 .text-cont {
	width: 100%;
	max-width: 680px;
	padding: 26px 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	color: #929292;
	text-align: center;
}
 @media (max-width: 1200px) {
 .main_sw.industry .box4 .text-cont {
 padding: 26px 0 0;
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box4 .text-cont {
 padding: 0.54167rem 0 0;
 font-size: 13px;
}
}
.main_sw.industry .box4 .list-box {
	overflow: hidden;
}
.main_sw.industry .box4 .list-box .list {
	position: relative;
	width: 25%;
}
.main_sw.industry .box4 .list-box .list .img-box {
	position: relative;
	width: 100%;
	padding: 79.114% 0;
}
.main_sw.industry .box4 .list-box .list .img-box .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: left center;
	background-size: cover;
}
.main_sw.industry .box4 .list-box .list .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.main_sw.industry .box4 .list-box .list .pos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.main_sw.industry .box4 .list-box .list .pos .c {
	font-size: 24px;
	line-height: 36px;
}
.main_sw.industry .box4 .list-box .list .pos .e {
	font-size: 30px;
	line-height: 36px;
	font-family: DIN;
	text-transform: uppercase;
}
.main_sw.industry .box4 .list-box .list .pos .show {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
	text-align: center;
}
.main_sw.industry .box4 .list-box .list .pos .show .icon1 {
	width: 24px;
	height: 24px;
	margin: 25px auto 0;
	background: url(../Images/invest-icon.png) no-repeat center center;
	background-size: contain;
}
.main_sw.industry .box4 .list-box .list .pos .hide {
	position: absolute;
	top: 18%;
	left: 0;
	width: 480px;
	padding: 0 22px;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.industry .box4 .list-box .list .pos .hide .title {
	padding-bottom: 10px;
	font-size: 24px;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.industry .box4 .list-box .list .pos .hide .icon2 {
	width: 27px;
	height: 27px;
	background: url(../Images/invest-icon2.png) no-repeat center center;
	background-size: contain;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.industry .box4 .list-box .list .pos .hide .text {
	padding-top: 17.2%;
	font-size: 14px;
	line-height: 1.6;
	transform: translate(0, 100px);
	opacity: 0;
	filter: alpha(opacity=0);
}
 .main_sw.industry .box4 .list-box .list:nth-child(4) .img-box .img, .main_sw.industry .box4 .list-box .list:nth-child(5) .img-box .img {
 right: 0;
 left: auto;
 background-position: right center;
}
 .main_sw.industry .box4 .list-box .list:nth-child(4) .bg, .main_sw.industry .box4 .list-box .list:nth-child(5) .bg {
 right: 0;
 left: auto;
}
 .main_sw.industry .box4 .list-box .list:nth-child(4) .pos .hide, .main_sw.industry .box4 .list-box .list:nth-child(5) .pos .hide {
 right: 0;
 left: auto;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box4 .list-box .list:hover {
 z-index: 10;
}
 .main_sw.industry .box4 .list-box .list:hover .img-box .img {
 width: 480px;
 transition: width 0.4s linear;
}
 .main_sw.industry .box4 .list-box .list:hover .bg {
 width: 480px;
 transition: width 0.4s linear;
 display: block;
}
 .main_sw.industry .box4 .list-box .list:hover .pos .show {
 opacity: 0;
 filter: alpha(opacity=0);
 transition: opacity 0.4s;
}
 .main_sw.industry .box4 .list-box .list:hover .pos .hide {
 opacity: 1;
 filter: alpha(opacity=100);
 transition: opacity 0.4s;
 transition-delay: 0.4s;
}
 .main_sw.industry .box4 .list-box .list:hover .pos .hide .title {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.5s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.industry .box4 .list-box .list:hover .pos .hide .icon2 {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.6s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.industry .box4 .list-box .list:hover .pos .hide .text {
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.7s;
 transform: translate(0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @media (max-width: 1400px) {
 .main_sw.industry .box4 .list-box .list .pos .c {
 font-size: 19.2px;
 line-height: 28.8px;
}
 .main_sw.industry .box4 .list-box .list .pos .e {
 font-size: 24px;
 line-height: 28.8px;
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box4 .list-box .list {
 width: 50%;
}
 .main_sw.industry .box4 .list-box .list .img-box {
 padding: 68% 0;
}
 .main_sw.industry .box4 .list-box .list .img-box .img {
 background-size: cover;
 background-position: center center;
}
 .main_sw.industry .box4 .list-box .list .pos .c {
 font-size: 16.8px;
 line-height: 25.2px;
}
 .main_sw.industry .box4 .list-box .list .pos .e {
 font-size: 21px;
}
 .main_sw.industry .box4 .list-box .list .pos .show {
 display: none;
}
 .main_sw.industry .box4 .list-box .list .pos .hide {
 width: 100%;
 top: 20%;
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.industry .box4 .list-box .list .pos .hide .title {
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
}
 .main_sw.industry .box4 .list-box .list .pos .hide .icon2 {
 width: 22px;
 height: 22px;
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
}
 .main_sw.industry .box4 .list-box .list .pos .hide .text {
 padding-top: 10%;
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
 font-size: 13px;
}
}
 @media (max-width: 768px) {
 .main_sw.industry .box4 .list-box .list {
 width: 48.4%;
 margin: 0 0.8%;
}
 .main_sw.industry .box4 .list-box .list .img-box {
 padding: 52.08% 0;
}
 .main_sw.industry .box4 .list-box .list .pos {
 position: static;
 color: #666;
}
 .main_sw.industry .box4 .list-box .list .pos .hide {
 position: static;
 height: 250px;
 padding: 5% 5% 6%;
}
 .main_sw.industry .box4 .list-box .list .pos .hide .text {
 padding-top: 1%;
}
 .main_sw.industry .box4 .list-box .list .pos .hide .icon2 {
 display: none;
}
}
 @media (max-width: 500px) {
 .main_sw.industry .box4 .list-box .list {
 width: 100%;
 margin: 0 auto;
}
 .main_sw.industry .box4 .list-box .list .pos .c {
 font-size: 14px;
 line-height: 20px;
}
 .main_sw.industry .box4 .list-box .list .pos .e {
 font-size: 18px;
 line-height: 20px;
}
 .main_sw.industry .box4 .list-box .list .pos .hide {
 height: auto;
 padding: 4% 3% 6%;
}
 .main_sw.industry .box4 .list-box .list .pos .hide .title {
 padding-bottom: 5px;
}
 .main_sw.industry .box4 .list-box .list .pos .hide .text span, .main_sw.industry .box4 .list-box .list .pos .hide .text p, .main_sw.industry .box4 .list-box .list .pos .hide .text strong {
 font-size: 13px;
}
}
.main_sw.industry .box5 .list {
	position: relative;
	padding: 6.5% 0 4.2%;
}
.main_sw.industry .box5 .list .img-box {
	width: 50%;
}
.main_sw.industry .box5 .list .img-box .img {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 29.81% 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_sw.industry .box5 .list .img-box .bg {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #f6f6f6;
}
.main_sw.industry .box5 .list .text-box {
	width: 50%;
	padding-left: 6.9%;
	box-sizing: border-box;
	color: #666;
}
.main_sw.industry .box5 .list .text-box .e {
	padding-bottom: 2.5%;
	font-size: 30px;
	font-family: DINL;
	text-transform: uppercase;
	font-weight: normal;
}
.main_sw.industry .box5 .list .text-box .c {
	padding-bottom: 6.8%;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}
.main_sw.industry .box5 .list .text-box .text {
	font-size: 14px;
	line-height: 1.6;
	color: #929292;
}
.main_sw.industry .box5 .list .text-box .text p, .main_sw.industry .box5 .list .text-box .text span, .main_sw.industry .box5 .list .text-box .text strong {
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #929292 !important;
	background-color: none !important;
}
 .main_sw.industry .box5 .list:nth-child(2n) .img-box .bg {
 left: auto;
 right: 0;
}
 .main_sw.industry .box5 .list:nth-child(2n) .text-box {
 padding-left: 0;
 padding-right: 6.9%;
}
 @media (max-width: 1024px) {
 .main_sw.industry .box5 .list .text-box .e {
 font-size: 20px;
}
 .main_sw.industry .box5 .list .text-box .c {
 font-size: 16px;
}
 .main_sw.industry .box5 .list .text-box .text {
 font-size: 13px;
 line-height: 1.8;
}
}
 @media (max-width: 768px) {
 .main_sw.industry .box5 .list {
 padding: 0 0 1.14583rem;
}
 .main_sw.industry .box5 .list .img-box {
 width: 100%;
}
 .main_sw.industry .box5 .list .img-box .bg {
 display: none;
}
 .main_sw.industry .box5 .list .text-box {
 width: 100%;
 height: auto !important;
 padding-left: 0;
}
 .main_sw.industry .box5 .list .text-box .e {
 padding: 0.625rem 0 5px;
 font-size: 18px;
}
 .main_sw.industry .box5 .list .text-box .c {
 padding-bottom: 0.52083rem;
 font-size: 14px;
}
}
.main_sw.industry .box6 .bor-top {
	border-top: 1px solid #eaeaea;
}
.main_sw.industry .box6 .wrap {
	padding: 86px 0 50px;
	background-color: #f1f1f1;
}
.main_sw.industry .box6 .wrap .list-box {
	text-align: center;
}
.main_sw.industry .box6 .wrap .list-box .list {
	width: 220px;
	margin: 0 7% 30px;
	vertical-align: top;
}
.main_sw.industry .box6 .wrap .list-box .list .icon {
	position: relative;
	width: 72px;
	height: 72px;
	margin: 0 auto 28px;
	overflow: hidden;
}
.main_sw.industry .box6 .wrap .list-box .list .icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: top 0.6s cubic-bezier(0.65, -0.6, 0.44, 1.45);
}
.main_sw.industry .box6 .wrap .list-box .list .icon .top {
	top: 0;
}
.main_sw.industry .box6 .wrap .list-box .list .icon .btm {
	top: 102%;
}
.main_sw.industry .box6 .wrap .list-box .list .title {
	padding-bottom: 20px;
	font-size: 24px;
	color: #666;
}
.main_sw.industry .box6 .wrap .list-box .list .text {
	font-size: 14px;
	line-height: 1.6;
	color: #929292;
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(1) .icon .top {
 background-image: url(../Images/ind-icon5.png);
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(1) .icon .btm {
 background-image: url(../Images/ind-icon5-1.png);
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(2) .icon .top {
 background-image: url(../Images/ind-icon6.png);
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(2) .icon .btm {
 background-image: url(../Images/ind-icon6-1.png);
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(3) .icon .top {
 background-image: url(../Images/ind-icon7.png);
}
 .main_sw.industry .box6 .wrap .list-box .list:nth-child(3) .icon .btm {
 background-image: url(../Images/ind-icon7-1.png);
}
 @media (min-width: 1024px) {
 .main_sw.industry .box6 .wrap .list-box .list:hover .icon .top {
 top: -102%;
}
 .main_sw.industry .box6 .wrap .list-box .list:hover .icon .btm {
 top: 0;
}
 .main_sw.industry .box6 .wrap .list-box .list:hover .title, .main_sw.industry .box6 .wrap .list-box .list:hover .text {
 color: #3b90d4;
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box6 .wrap {
 padding: 1.79167rem 0 1.04167rem;
}
 .main_sw.industry .box6 .wrap .list-box .list {
 width: 150px;
 margin: 0 4% 0.625rem;
}
 .main_sw.industry .box6 .wrap .list-box .list .icon {
 width: 54px;
 height: 54px;
 margin-bottom: 0.58333rem;
}
 .main_sw.industry .box6 .wrap .list-box .list .title {
 font-size: 16px;
 padding-bottom: 0.41667rem;
}
 .main_sw.industry .box6 .wrap .list-box .list .text {
 font-size: 13px;
}
}
 @media (max-width: 435px) {
 .main_sw.industry .box6 .wrap .list-box .list {
 margin-bottom: 0.83333rem;
}
}
.main_sw.industry .box7 {
	padding: 80px 0 90px;
	background-color: #3886d2;
}
 @media (max-width: 1024px) {
 .main_sw.industry .box7 {
 padding: 1.5rem 0 1.6875rem;
}
}
.main_sw.industry .box7 .wrap {
	width: 1580px;
	margin: 0 auto;
	color: #fff;
}
.main_sw.industry .box7 .wrap .title-box {
	text-align: center;
}
.main_sw.industry .box7 .wrap .title-box .t {
	padding-bottom: 28px;
	font-size: 30px;
	line-height: 1.6;
	font-weight: normal;
}
.main_sw.industry .box7 .wrap .title-box .text {
	max-width: 416px;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 auto;
	text-align: center;
}
.main_sw.industry .box7 .wrap .btm-text {
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.5s, opacity 0.4s;
	transform: translate(0, 30px);
	transition-delay: 4.5s;
}
.main_sw.industry .box7 .wrap .cont {
	padding: 84px 0 98px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell {
	text-align: center;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box7 .wrap .cont .table .table-cell {
 opacity: 0;
 filter: alpha(opacity=0);
 transition: transform 0.5s, opacity 0.4s;
 transform: translate(-30px, 0);
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(1) {
 transform: translate(0, 30px);
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(2) {
 transition-delay: 0.5s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(3) {
 transition-delay: 1s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(4) {
 transition-delay: 1.5s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(5) {
 transition-delay: 2s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(6) {
 transition-delay: 2.5s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(7) {
 transition-delay: 3s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(8) {
 transition-delay: 3.5s;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(9) {
 transform: translate(0, -30px);
 transition-delay: 4s;
}
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon1, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon4 {
	width: 68px;
	height: 102px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon1 {
	background: url(../Images/ind-icon8.png) no-repeat left center;
	background-size: contain;
	transform: translateY(10px);
	animation: bounce-down 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
	animation-direction: alternate;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon4 {
	background: url(../Images/ind-icon9.png) no-repeat right center;
	background-size: contain;
	animation: bounce-up 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
	animation-direction: alternate;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon2, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon3 {
	width: 75px;
	height: 33px;
	animation: bounce-right 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
	animation-direction: alternate;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon2 {
	background: url(../Images/ind-icon10.png) no-repeat center center;
	background-size: contain;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .icon3 {
	background: url(../Images/ind-icon11.png) no-repeat center center;
	background-size: contain;
	animation: bounce-left 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
	animation-direction: alternate;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border {
	border: 1px solid #7eb2e6;
	border-radius: 14px;
	padding: 30px 40px 0;
	box-sizing: border-box;
	transition: transform 0.4s;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 {
	width: 354px;
	height: 380px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .t {
	font-size: 100px;
	font-family: DIN;
	padding-bottom: 50px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text {
	font-size: 36px;
	font-family: DIN;
	padding-bottom: 35px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text:last-child {
	padding-bottom: 0;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border:hover {
 transform: translate(0, -8px);
}
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .t {
	margin-bottom: 16px;
	font-size: 60px;
	line-height: 1;
	font-family: DIN;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .text {
	font-size: 24px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 {
	margin-bottom: 28px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 {
	width: 285px;
	height: 176px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 {
	width: 285px;
	height: 380px;
}
.main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .pb {
	padding-bottom: 75px;
}
@keyframes bounce-up {
 0% {
 transform: translateY(-10px);
}
 50% {
 transform: translateY(10px);
}
 100% {
 transform: translateY(-10px);
}
}
@keyframes bounce-down {
 0% {
 transform: translateY(10px);
}
 50% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(10px);
}
}
@keyframes bounce-right {
 0% {
 transform: translateX(-10px);
}
 50% {
 transform: translateX(10px);
}
 100% {
 transform: translateX(-10px);
}
}
@keyframes bounce-left {
 0% {
 transform: translateX(10px);
}
 50% {
 transform: translateX(-10px);
}
 100% {
 transform: translateX(10px);
}
}
.main_sw.industry .box7 .wrap .animate .cont .table .table-cell {
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_sw.industry .box7 .wrap .animate .btm-text {
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
}
 @media (max-width: 1680px) {
 .main_sw.industry .box7 .wrap {
 width: 1110px;
}
 .main_sw.industry .box7 .wrap .cont {
 padding: 58.8px 0 68.6px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .icon1, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon4 {
 width: 47.6px;
 height: 71.4px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .icon2, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon3 {
 width: 52.5px;
 height: 23.1px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border {
 border-radius: 14px;
 padding: 21px 28px 0;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 {
 width: 247.8px;
 height: 266px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .t {
 font-size: 70px;
 padding-bottom: 35px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text {
 font-size: 25.2px;
 padding-bottom: 24.5px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .t {
 margin-bottom: 11.2px;
 font-size: 42px;
 line-height: 1;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .text {
 font-size: 16.8px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 {
 margin-bottom: 19.6px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 {
 width: 199.5px;
 height: 123.2px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 {
 width: 199.5px;
 height: 266px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .pb {
 padding-bottom: 52.5px;
}
}
 @media (max-width: 1200px) {
 .main_sw.industry .box7 .wrap {
 width: 560px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell {
 display: inline-block;
 *display: inline;
 *zoom: 1;
 margin-bottom: 16.8px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(5) {
 display: none;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(6) {
 margin-left: 40.8px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:first-child {
 position: relative;
 top: 122px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:last-child {
 position: relative;
 top: -122px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .icon1, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon4 {
 width: 40.8px;
 height: 61.2px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .icon2, .main_sw.industry .box7 .wrap .cont .table .table-cell .icon3 {
 width: 45px;
 height: 19.8px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border {
 border-radius: 14px;
 padding: 18px 24px 0;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 {
 width: 212.4px;
 height: 228px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .t {
 font-size: 60px;
 padding-bottom: 30px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text {
 font-size: 21.6px;
 padding-bottom: 21px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .t, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .t {
 margin-bottom: 9.6px;
 font-size: 36px;
 line-height: 1;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 .text, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 .text {
 font-size: 14.4px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5 {
 margin-bottom: 16.8px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 {
 width: 212.4px;
 height: 105.6px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 {
 width: 212.4px;
 height: 228px;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .pb {
 padding-bottom: 45px;
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box7 .wrap .title-box .t {
 padding-bottom: 0.58333rem;
 font-size: 20px;
}
 .main_sw.industry .box7 .wrap .title-box .text {
 font-size: 13px;
}
 .main_sw.industry .box7 .wrap .cont {
 padding: 1.20833rem 0 1.41667rem;
}
 .main_sw.industry .box7 .wrap .btm-text {
 font-size: 20px;
}
}
 @media (max-width: 640px) {
 .main_sw.industry .box7 .wrap {
 width: 94%;
 max-width: 400px;
}
 .main_sw.industry .box7 .wrap .title-box .t {
 font-size: 16px;
}
 .main_sw.industry .box7 .wrap .btm-text {
 font-size: 16px;
}
 .main_sw.industry .box7 .wrap .cont .table {
 display: block;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell {
 display: block;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(2n+1) {
 display: none;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell:nth-child(6) {
 margin-left: 0;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border {
 padding: 0.625rem 0.625rem 0.83333rem;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b2, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b3, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b5, .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b6 {
 width: 100%;
 height: auto;
}
}
 @media (max-width: 435px) {
 .main_sw.industry .box7 .wrap .cont .table {
 display: block;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border {
 padding: 0.625rem 0.625rem 0.9375rem;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border .t {
 font-size: 24px !important;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border .text {
 font-size: 16px !important;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .t {
 padding-bottom: 0.625rem;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text {
 padding-bottom: 0.41667rem;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b1 .text span {
 float: none;
}
 .main_sw.industry .box7 .wrap .cont .table .table-cell .border.b4 .pb {
 padding-bottom: 0.625rem;
}
}
.main_sw.industry .box8 .wrap {
	width: 100%;
	overflow: hidden;
}
.main_sw.industry .box8 .wrap .list {
	width: 33.33%;
}
.main_sw.industry .box8 .wrap .list .img-box {
	position: relative;
	overflow: hidden;
	padding: 46.468% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main_sw.industry .box8 .wrap .list .img-box .pos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/ind-box7-bg4.png);
	text-align: center;
	color: #fff;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box8 .wrap .list .img-box .pos {
 transform: scale(0.7);
 opacity: 0;
 filter: alpha(opacity=0);
 transition: transform 0.4s, opacity 0.4s;
}
}
.main_sw.industry .box8 .wrap .list .img-box .pos .title {
	padding-bottom: 25px;
	font-size: 30px;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box8 .wrap .list .img-box .pos .title {
 opacity: 0;
 filter: alpha(opacity=0);
 transform: translate(0, -30px);
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.4s;
}
}
.main_sw.industry .box8 .wrap .list .img-box .pos .text {
	font-size: 18px;
}
 @media (min-width: 1025px) {
 .main_sw.industry .box8 .wrap .list .img-box .pos .text {
 opacity: 0;
 filter: alpha(opacity=0);
 transform: translate(0, 30px);
 transition: transform 0.4s, opacity 0.4s;
 transition-delay: 0.4s;
}
}
 @media (min-width: 1025px) {
 .main_sw.industry .box8 .wrap .list:hover .img-box .pos {
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.industry .box8 .wrap .list:hover .img-box .pos .title, .main_sw.industry .box8 .wrap .list:hover .img-box .pos .text {
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translate(0, 0);
}
}
 @media (max-width: 1360px) {
 .main_sw.industry .box8 .wrap .list .img-box .pos .title {
 font-size: 20px;
 padding-bottom: 16px;
}
 .main_sw.industry .box8 .wrap .list .img-box .pos .text {
 font-size: 16px;
}
}
 @media (max-width: 1024px) {
 .main_sw.industry .box8 .wrap .list .img-box .pos {
 background: none;
}
 .main_sw.industry .box8 .wrap .list .img-box .pos .title, .main_sw.industry .box8 .wrap .list .img-box .pos .text {
 text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
}
 @media (max-width: 640px) {
 .main_sw.industry .box8 .wrap .list {
 width: 94%;
 margin: 3% auto 0;
 float: none;
}
}
.main_sw.pro .inner-banner .pos .w1580 {
	text-align: left;
}
 @media (max-width: 768px) {
 .main_sw.pro .inner-banner .pos .w1580 {
 text-align: center;
}
}
.main_sw.pro .box1 .tab-box {
	padding: 68px 0 68px;
	text-align: center;
	font-size: 0;
}
.main_sw.pro .box1 .tab-box .tab {
	margin: 0 2.5% 20px;
}
.main_sw.pro .box1 .tab-box .tab .icon-box {
	position: relative;
	width: 105px;
	margin-bottom: 20px;
}
.main_sw.pro .box1 .tab-box .tab .icon-box .blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3895df;
	border-radius: 50%;
	transform: scale(0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.5s, opacity 0.5s;
}
.main_sw.pro .box1 .tab-box .tab .icon-box .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	border-radius: 50%;
	transition: transform 0.5s, opacity 0.5s;
}
.main_sw.pro .box1 .tab-box .tab .icon-box .icon {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 50% 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.main_sw.pro .box1 .tab-box .tab .text {
	font-size: 18px;
	text-align: center;
	color: #939393;
}
 .main_sw.pro .box1 .tab-box .tab:nth-child(1) .icon-box .icon {
 background-image: url(../Images/pro-icon1.png);
}
 .main_sw.pro .box1 .tab-box .tab:nth-child(2) .icon-box .icon {
 background-image: url(../Images/pro-icon2.png);
}
 .main_sw.pro .box1 .tab-box .tab:nth-child(3) .icon-box .icon {
 background-image: url(../Images/pro-icon3.png);
}
 .main_sw.pro .box1 .tab-box .tab:nth-child(4) .icon-box .icon {
 background-image: url(../Images/pro-icon4.png);
}
 .main_sw.pro .box1 .tab-box .tab:nth-child(5) .icon-box .icon {
 background-image: url(../Images/pro-icon5.png);
}
 @media (min-width: 1025px) {
 .main_sw.pro .box1 .tab-box .tab:hover .icon-box .gray {
 transform: scale(1.8);
 opacity: 0;
 filter: alpha(opacity=0);
}
 .main_sw.pro .box1 .tab-box .tab:hover .icon-box .blue {
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.pro .box1 .tab-box .tab:hover .text {
 color: #0074d0;
}
 .main_sw.pro .box1 .tab-box .tab:hover:nth-child(1) .icon-box .icon {
 background-image: url(../Images/pro-icon1-1.png);
}
 .main_sw.pro .box1 .tab-box .tab:hover:nth-child(2) .icon-box .icon {
 background-image: url(../Images/pro-icon2-1.png);
}
 .main_sw.pro .box1 .tab-box .tab:hover:nth-child(3) .icon-box .icon {
 background-image: url(../Images/pro-icon3-1.png);
}
 .main_sw.pro .box1 .tab-box .tab:hover:nth-child(4) .icon-box .icon {
 background-image: url(../Images/pro-icon4-1.png);
}
 .main_sw.pro .box1 .tab-box .tab:hover:nth-child(5) .icon-box .icon {
 background-image: url(../Images/pro-icon5-1.png);
}
}
.main_sw.pro .box1 .tab-box .tab.cur .icon-box .gray {
	transform: scale(1.4);
	opacity: 0;
	filter: alpha(opacity=0);
}
.main_sw.pro .box1 .tab-box .tab.cur .icon-box .blue {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_sw.pro .box1 .tab-box .tab.cur .text {
	color: #0074d0;
}
 .main_sw.pro .box1 .tab-box .tab.cur:nth-child(1) .icon-box .icon {
 background-image: url(../Images/pro-icon1-1.png);
}
 .main_sw.pro .box1 .tab-box .tab.cur:nth-child(2) .icon-box .icon {
 background-image: url(../Images/pro-icon2-1.png);
}
 .main_sw.pro .box1 .tab-box .tab.cur:nth-child(3) .icon-box .icon {
 background-image: url(../Images/pro-icon3-1.png);
}
 .main_sw.pro .box1 .tab-box .tab.cur:nth-child(4) .icon-box .icon {
 background-image: url(../Images/pro-icon4-1.png);
}
 .main_sw.pro .box1 .tab-box .tab.cur:nth-child(5) .icon-box .icon {
 background-image: url(../Images/pro-icon5-1.png);
}
 @media (max-width: 1024px) {
 .main_sw.pro .box1 .tab-box {
 padding: 1.41667rem 0 1.20833rem;
}
}
 @media (max-width: 960px) {
 .main_sw.pro .box1 .tab-box .tab {
 margin-bottom: 0.625rem;
}
 .main_sw.pro .box1 .tab-box .tab .icon-box {
 width: 90px;
}
 .main_sw.pro .box1 .tab-box .tab .text {
 font-size: 16px;
}
}
 @media (max-width: 768px) {
 .main_sw.pro .box1 .tab-box .tab .icon-box {
 width: 68px;
 margin-bottom: 10px;
}
 .main_sw.pro .box1 .tab-box .tab .text {
 font-size: 14px;
}
}
.main_sw.pro .box1 .list-box {
	width: 100%;
	overflow: hidden;
}
.main_sw.pro .box1 .list-box .list {
	display: block;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
}
.main_sw.pro .box1 .list-box .list .img-box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.main_sw.pro .box1 .list-box .list .img-box .img {
	width: 100%;
	padding: 34.375% 0;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.5s;
}
.main_sw.pro .box1 .list-box .list .img-box .line {
	position: absolute;
	background-color: #3895df;
}
.main_sw.pro .box1 .list-box .list .img-box .line.l {
	bottom: 0;
	left: 0;
	width: 3px;
	height: 0;
}
.main_sw.pro .box1 .list-box .list .img-box .line.r {
	top: 0;
	right: 0;
	width: 3px;
	height: 0;
}
.main_sw.pro .box1 .list-box .list .img-box .line.t {
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
}
.main_sw.pro .box1 .list-box .list .img-box .bg {
	background-color: #000;
	transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0.1;
	filter: alpha(opacity=10);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(2) rotate(-45deg) translateZ(0px);
}
.main_sw.pro .box1 .list-box .list .text-box {
	position: relative;
	padding: 32px 0 30px;
	text-align: center;
}
.main_sw.pro .box1 .list-box .list .text-box .text {
	position: relative;
	z-index: 10;
	padding-bottom: 12px;
	font-size: 18px;
	color: #7f7f7f;
}
.main_sw.pro .box1 .list-box .list .text-box .btn {
	position: relative;
	z-index: 10;
	font-family: Arial;
	font-size: 18px;
	color: #c4c4c4;
	font-style: italic;
	text-transform: capitalize;
}
.main_sw.pro .box1 .list-box .list .text-box .bg {
	position: absolute;
	top: 102%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3895df;
}
 @media (min-width: 1025px) {
 .main_sw.pro .box1 .list-box .list:hover .img-box .img {
 transform: scale(1.1);
}
 .main_sw.pro .box1 .list-box .list:hover .img-box .line.l {
 height: 100%;
 transition: height 0.2s linear;
 transition-delay: 0.4s;
}
 .main_sw.pro .box1 .list-box .list:hover .img-box .line.r {
 height: 100%;
 transition: height 0.2s linear;
 transition-delay: 0.4s;
}
 .main_sw.pro .box1 .list-box .list:hover .img-box .line.t {
 width: 100%;
 transition: width 0.2s linear;
 transition-delay: 0.4s;
}
 .main_sw.pro .box1 .list-box .list:hover .img-box .bg {
 transition-duration: 1s;
 transform: scale(2) translateX(-80%) translateY(-80%) translateZ(0px) rotate(-45deg);
}
 .main_sw.pro .box1 .list-box .list:hover .text-box .text {
 color: #fff;
}
 .main_sw.pro .box1 .list-box .list:hover .text-box .btn {
 color: #fff;
}
 .main_sw.pro .box1 .list-box .list:hover .text-box .bg {
 top: 0;
 transition: top 0.4s;
}
}
 @media (max-width: 1024px) {
 .main_sw.pro .box1 .list-box .list {
 width: 33.33%;
}
 .main_sw.pro .box1 .list-box .list .text-box {
 padding: 20px 0;
}
 .main_sw.pro .box1 .list-box .list .text-box .text {
 font-size: 16px;
}
 .main_sw.pro .box1 .list-box .list .text-box .btn {
 font-size: 16px;
}
}
 @media (max-width: 768px) {
 .main_sw.pro .box1 .list-box .list {
 width: 50%;
}
}
 @media (max-width: 435px) {
 .main_sw.pro .box1 .list-box .list {
 width: 100%;
}
 .main_sw.pro .box1 .list-box .list .text-box {
 padding: 16px 0;
}
 .main_sw.pro .box1 .list-box .list .text-box .text {
 padding-bottom: 6px;
 font-size: 14px;
}
 .main_sw.pro .box1 .list-box .list .text-box .btn {
 font-size: 14px;
}
}
.main_sw.pro-info .inner-banner .pos .w1580 {
	text-align: left;
}
 @media (max-width: 768px) {
 .main_sw.pro-info .inner-banner .pos .w1580 {
 text-align: center;
}
}
.main_sw.pro-info .ex-inner-title .title {
	border-bottom: 0;
}
.main_sw.pro-info .box1 {
	background-color: #ebebeb;
}
.main_sw.pro-info .box1 .scroll-box {
	position: relative;
	padding: 110px 0 115px;
}
.main_sw.pro-info .box1 .scroll-box .flex-control-nav {
	display: none;
}
.main_sw.pro-info .box1 .scroll-box .custom-navigation a {
	position: absolute;
	z-index: 100;
	top: 50%;
	display: block;
	width: 61px;
	height: 61px;
	margin-top: -30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	outline: none !important;
}
.main_sw.pro-info .box1 .scroll-box .custom-navigation a.flex-prev {
	left: 7%;
	background-image: url(../Images/pro-left.png);
}
.main_sw.pro-info .box1 .scroll-box .custom-navigation a.flex-next {
	right: 7%;
	background-image: url(../Images/pro-right.png);
}
.main_sw.pro-info .box1 .scroll-box .custom-navigation a:hover.flex-prev {
	background-image: url(../Images/pro-left1.png);
}
.main_sw.pro-info .box1 .scroll-box .custom-navigation a:hover.flex-next {
	background-image: url(../Images/pro-right1.png);
}
.main_sw.pro-info .box1 .scroll-box .flexslider {
	width: 59.18%;
	margin: 0 auto;
}
.main_sw.pro-info .box1 .scroll-box .flexslider .slides .items {
	display: block;
	overflow: hidden;
}
.main_sw.pro-info .box1 .scroll-box .flexslider .slides .items img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: transform 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.pro-info .box1 .scroll-box .flexslider .slides .items:hover img {
 transform: scale(1.08);
}
}
 @media (max-width: 1024px) {
 .main_sw.pro-info .box1 .scroll-box {
 padding: 1.45833rem 0;
}
 .main_sw.pro-info .box1 .scroll-box .custom-navigation a {
 width: 48px;
 height: 48px;
 margin-top: -24px;
}
 .main_sw.pro-info .box1 .scroll-box .custom-navigation a.flex-prev {
 left: 15px;
}
 .main_sw.pro-info .box1 .scroll-box .custom-navigation a.flex-next {
 right: 15px;
}
 .main_sw.pro-info .box1 .scroll-box .flexslider {
 width: auto;
 margin: 0 90px;
}
}
 @media (max-width: 640px) {
 .main_sw.pro-info .box1 .scroll-box .custom-navigation a {
 width: 36px;
 height: 36px;
 margin-top: -18px;
}
 .main_sw.pro-info .box1 .scroll-box .flexslider {
 width: 100%;
 margin: 0;
}
}
.main_sw.pro-info .box2 {
	padding: 86px 0;
	background-color: #f5f5f5;
}
.main_sw.pro-info .box2 .title {
	padding-bottom: 35px;
	font-size: 30px;
	font-weight: normal;
	color: #666;
}
.main_sw.pro-info .box2 .text-cont {
	padding-bottom: 52px;
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
.main_sw.pro-info .box2 img {
	max-width: 100%;
}
.main_sw.pro-info .box2 .paging {
	width: 100%;
	height: auto;
	border-top: 1px solid #b8b8b8;
	padding-top: 22px;
	margin-bottom: 118px;
}
.main_sw.pro-info .box2 .paging .paging-left {
	margin-top: 18px;
	float: left;
}
.main_sw.pro-info .box2 .paging .paging-left a {
	width: 37px;
	height: 37px;
	background-color: #b8b8b8;
	background-image: url(../Images/info_prev_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-right: 15px;
	float: left;
	transition: all 0.5s ease;
}
 @media (min-width: 1025px) {
 .main_sw.pro-info .box2 .paging .paging-left a:hover {
 background-color: #3e99cf;
 background-image: url(../Images/info_prev.png);
}
}
.main_sw.pro-info .box2 .paging .paging-left a.next {
	transform: rotate(180deg);
}
.main_sw.pro-info .box2 .paging .paging-right {
	float: right;
}
.main_sw.pro-info .box2 .paging .paging-right .share {
	float: left;
}
.main_sw.pro-info .box2 .paging .paging-right .share a {
	background: url(../Images/info_icon2.png) left center no-repeat;
	font-size: 18px;
	height: auto;
	line-height: 54px;
	color: #b3b3b3;
	margin: 0;
	padding: 0 0 0 60px;
}
.main_sw.pro-info .box2 .paging .paging-right .returnTop {
	width: 66px;
	height: 54px;
	background: #3e99cf url(../Images/info_icon3.png) center no-repeat;
	display: block;
	float: left;
	margin-left: 40px;
}
.main_sw.pro-info .box2 .tab-box {
	margin-bottom: 118px;
	font-size: 0;
}
.main_sw.pro-info .box2 .tab-box .tab {
	position: relative;
	width: 152px;
	height: 132px;
	margin-right: 10px;
	cursor: pointer;
}
.main_sw.pro-info .box2 .tab-box .tab .icon {
	position: relative;
	z-index: 10;
	width: 60px;
	height: 46px;
	margin: 0 auto 12px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.main_sw.pro-info .box2 .tab-box .tab .text {
	position: relative;
	z-index: 10;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.main_sw.pro-info .box2 .tab-box .tab .blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3195d8;
	transform: scale(0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.5s, opacity 0.5s;
}
.main_sw.pro-info .box2 .tab-box .tab .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	transition: transform 0.5s, opacity 0.5s;
}
 .main_sw.pro-info .box2 .tab-box .tab:nth-child(1) .icon {
 background-image: url(../Images/pro-info-icon1.png);
}
 .main_sw.pro-info .box2 .tab-box .tab:nth-child(2) .icon {
 background-image: url(../Images/pro-info-icon2.png);
}
 .main_sw.pro-info .box2 .tab-box .tab:nth-child(3) .icon {
 background-image: url(../Images/pro-info-icon3.png);
}
 @media (min-width: 1025px) {
 .main_sw.pro-info .box2 .tab-box .tab:hover:nth-child(1) .icon {
 background-image: url(../Images/pro-info-icon1-1.png);
}
 .main_sw.pro-info .box2 .tab-box .tab:hover:nth-child(2) .icon {
 background-image: url(../Images/pro-info-icon2-1.png);
}
 .main_sw.pro-info .box2 .tab-box .tab:hover:nth-child(3) .icon {
 background-image: url(../Images/pro-info-icon3-1.png);
}
 .main_sw.pro-info .box2 .tab-box .tab:hover .text {
 color: #fff;
}
 .main_sw.pro-info .box2 .tab-box .tab:hover .blue {
 transform: scale(1);
 opacity: 1;
 filter: alpha(opacity=100);
}
 .main_sw.pro-info .box2 .tab-box .tab:hover .gray {
 transform: scale(1.4);
 opacity: 0;
 filter: alpha(opacity=0);
}
}
.main_sw.pro-info .box2 .type-title {
	padding: 20px;
	font-size: 24px;
	margin-bottom: 32px;
	background-color: #ebebeb;
	color: #666;
}
.main_sw.pro-info .box2 .scroll-box {
	position: relative;
}
.main_sw.pro-info .box2 .scroll-box .flex-control-nav {
	display: none;
}
.main_sw.pro-info .box2 .scroll-box .custom-navigation a {
	position: absolute;
	z-index: 100;
	width: 47px;
	height: 194px;
	background-repeat: no-repeat;
	background-position: center center;
	outline: none !important;
	background-color: #dadada;
}
.main_sw.pro-info .box2 .scroll-box .custom-navigation a.flex-prev {
	left: 0;
	background-image: url(../Images/pro-left2.png);
}
.main_sw.pro-info .box2 .scroll-box .custom-navigation a.flex-next {
	right: 0;
	background-image: url(../Images/pro-right3.png);
}
 @media (min-width: 1025px) {
 .main_sw.pro-info .box2 .scroll-box .custom-navigation a:hover {
 background-color: #0067ac;
}
 .main_sw.pro-info .box2 .scroll-box .custom-navigation a:hover.flex-prev {
 background-image: url(../Images/pro-left2-1.png);
}
 .main_sw.pro-info .box2 .scroll-box .custom-navigation a:hover.flex-next {
 background-image: url(../Images/pro-right3-1.png);
}
}
.main_sw.pro-info .box2 .scroll-box .flexslider {
	margin: 0 60px;
}
.main_sw.pro-info .box2 .scroll-box .flexslider .slides .items {
	width: 283px;
	height: 194px;
}
.main_sw.pro-info .box2 .scroll-box .flexslider .slides .items a {
	display: block;
	overflow: hidden;
}
.main_sw.pro-info .box2 .scroll-box .flexslider .slides .items img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: transform 0.4s;
}
 @media (min-width: 1025px) {
 .main_sw.pro-info .box2 .scroll-box .flexslider .slides .items:hover img {
 transform: scale(1.1);
}
}
 @media (max-width: 1024px) {
 .main_sw.pro-info .box2 {
 padding: 1.375rem 0 1.79167rem;
}
 .main_sw.pro-info .box2 .title {
 font-size: 20px;
 padding-bottom: 0.72917rem;
}
 .main_sw.pro-info .box2 .text-cont {
 font-size: 13px;
 line-height: 1.8;
 padding-bottom: 0.9375rem;
}
 .main_sw.pro-info .box2 .paging {
 margin-bottom: 1.04167rem;
}
 .main_sw.pro-info .box2 .type-title {
 margin-bottom: 0.66667rem;
 padding: 0.41667rem;
 font-size: 18px;
}
}
 @media (max-width: 546px) {
 .main_sw.pro-info .box2 .paging {
 margin-bottom: 118px;
}
 .main_sw.pro-info .box2 .paging .paging-left {
 margin-top: 0;
}
 .main_sw.pro-info .box2 .paging .paging-right .share a {
 padding: 0 0 0 40px;
}
 .main_sw.pro-info .box2 .paging .paging-right .share .bds_more {
 line-height: 37px;
}
 .main_sw.pro-info .box2 .paging .paging-right .returnTop {
 width: 55px;
 height: 40px;
}
}
 @media (max-width: 435px) {
 .main_sw.pro-info .box2 .title {
 font-size: 16px;
}
 .main_sw.pro-info .box2 .type-title {
 font-size: 16px;
}
 .main_sw.pro-info .box2 .scroll-box .custom-navigation a.flex-prev {
 background-color: transparent !important;
}
 .main_sw.pro-info .box2 .scroll-box .custom-navigation a.flex-next {
 background-color: transparent !important;
}
 .main_sw.pro-info .box2 .scroll-box .flexslider {
 width: 100%;
 margin: 0 auto;
}
}
.main_sw.search .box1 {
/*serach style*/
  /*serach style end*/ }
.main_sw.search .box1 .page {
	padding: 20px 0 60px;
	text-align: center;
	font-size: 0;
}
.main_sw.search .box1 .page a {
	vertical-align: top;
	margin: 0px 3px 6px;
	font-size: 14px;
	padding: 0 11px;
	height: 30px;
	line-height: 32px;
	color: #fff;
	background-color: #c7c7c7;
}
.main_sw.search .box1 .page a.active {
	background-color: #0060ad;
}
.main_sw.search .box1 .page a.prev, .main_sw.search .box1 .page a.next {
	font-family: "瀹嬩綋";
	color: #fff;
	line-height: 30px;
	background-color: #0060ad;
}
 @media (min-width: 1025px) {
 .main_sw.search .box1 .page a:hover {
 background-color: #0060ad;
}
}
.main_sw.search .box1 .inner {
	width: 1120px;
	margin: 0px auto;
}
.main_sw.search .box1 .serachT {
	font: 36px/1.5 "Microsoft JhengHei";
	color: #0060ad;
	padding: 6% 0px;
}
.main_sw.search .box1 .serachI {
	background-color: #cde0f5;
	color: #0060ad;
	padding: 36px 30px;
	line-height: 30px;
	margin-bottom: 8%;
}
.main_sw.search .box1 .serachI .snum {
	font-style: italic;
	padding-left: 12px;
	font-size: 18px;
}
.main_sw.search .box1 .serachI .stxt {
	border: 1px solid #b8c9dc;
	padding: 0px 17px;
	height: 30px;
	width: 30%;
	float: left;
	color: #6D6B6B;
	font-size: 18px;
}
.main_sw.search .box1 .serachI .stxt:focus {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
.main_sw.search .box1 .serachI .sbtn {
	font-size: 18px;
	background-color: #0060ad;
	color: #fff;
	overflow: hidden;
	text-align: center;
	width: 85px;
	border: 0px none;
	height: 32px;
	line-height: 32px;
	float: left;
	margin-left: 14px;
}
.main_sw.search .box1 .serachlist {
	padding-bottom: 8%;
}
.main_sw.search .box1 .serachlist a:link, .main_sw.search .box1 .serachlist a:visited {
	color: #a9a9a9;
}
.main_sw.search .box1 .serachlist a:active, .main_sw.search .box1 .serachlist a:hover {
	color: #767676;
}
.main_sw.search .box1 .serachlist dd {
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	color: #a9a9a9;
	padding-bottom: 24px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.main_sw.search .box1 .serachlist dd .num {
	float: left;
	display: block;
	padding-right: 26px;
	font-size: 18px;
	line-height: 1.4;
}
.main_sw.search .box1 .serachlist dd .blue {
	color: #0060ad;
	text-decoration: underline;
}
 @media screen and (max-width: 1200px) {
 .main_sw.search .box1 .inner {
 width: 90%;
}
 .main_sw.search .box1 .banner .binbox {
 width: 90%;
 left: 5%;
 margin-left: 0px;
}
 .main_sw.search .box1 .boxitem .itemtxt .t {
 font-size: 20px;
}
 .main_sw.search .box1 .boxitem .itemtxt .c {
 font-size: 12px;
}
 .main_sw.search .box1 .boxitem .itemtxt .more {
 margin-top: 7%;
 height: 24px;
 width: 84px;
 line-height: 24px;
}
 .main_sw.search .box1 .boxitem .itemtxt .ico {
 margin-top: 7%;
}
 .main_sw.search .box1 .pbanner {
 height: 400px !important;
}
 .main_sw.search .box1 .pbanner img.vt {
 display: none;
}
 .main_sw.search .box1 .pbanner .pbtxt {
 width: 90%;
 left: 5%;
 margin-left: 0px;
}
 .main_sw.search .box1 .pbanner2 .pbtxt {
 margin-right: 0px;
 width: 38%;
 right: 5%;
 left: inherit;
}
 .main_sw.search .box1 .pageBox {
 padding: 80px 0px;
}
 .main_sw.search .box1 .pageBoxC {
 padding: 40px 0px 80px;
}
 .main_sw.search .box1 .pageBoxT .zh, .main_sw.search .box1 .pageBoxT .en, .main_sw.search .box1 .teamC .t {
 font-size: 26px;
}
 .main_sw.search .box1 .milepostDemo {
 width: 90%;
}
 .main_sw.search .box1 .abanner {
 height: 250px;
}
 .main_sw.search .box1 .abaT {
 left: 5%;
 margin-left: 0px;
 top: 30%;
}
 .main_sw.search .box1 .abaT .en {
 font-size: 28px;
}
 .main_sw.search .box1 .teamList ul {
 margin-left: -2%;
}
 .main_sw.search .box1 .teamList li {
 width: 31.33%;
 float: left;
 display: block;
 margin: 0px 0px 20px 2%;
 cursor: pointer;
}
 .main_sw.search .box1 .teamList li .img {
 height: auto;
}
 .main_sw.search .box1 .ideaList ul {
 margin-left: -5%;
}
 .main_sw.search .box1 .ideaList li {
 width: 45%;
 margin: 0px 0px 5% 5%;
}
 .main_sw.search .box1 .ideaList .itemBox .img {
 width: 55%;
}
 .main_sw.search .box1 .ideaList .itemBox .con {
 padding: 0px 5% 0px 0px;
 width: 34%;
 font-size: 12px;
}
 .main_sw.search .box1 .ideaList .itemBox .con .t {
 font-size: 18px;
 padding: 15px 0px;
}
 .main_sw.search .box1 .investorInfoPage, .main_sw.search .box1 .coursePage {
 padding: 80px 0px;
}
 .main_sw.search .box1 .iphoneBox {
 margin: 0px 15% 0px 0px;
}
 .main_sw.search .box1 .p3-page .img {
 float: left;
}
 .main_sw.search .box1 .p3-page .con {
 right: auto;
 width: 45%;
 margin-right: 0px;
 position: relative;
 bottom: 0px;
 padding: 40px 5% 40px 0px;
 margin: 0px auto;
 float: right;
}
 .main_sw.search .box1 .p3-con .conpDL .y {
 width: 110px;
 height: 110px;
 line-height: 110px;
 font-size: 40px;
}
 .main_sw.search .box1 .hzptBox2 .c1 {
 font-size: 50px;
}
 .main_sw.search .box1 .overlay .overlaySider {
 left: 2%;
 width: 15%;
}
 .main_sw.search .box1 .ydBtn {
 left: 8%;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem3 {
 transition: all 300ms ease 150ms;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem2 {
 transition: all 400ms ease 200ms;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem1 {
 transition: all 500ms ease 250ms;
}
 .main_sw.search .box1 .articleShow .weixin {
 transition: all 300ms ease 150ms;
}
 .main_sw.search .box1 .articleShow .teamC, .main_sw.search .box1 .ideaPage .articleShow {
 transition: all 400ms ease-in-out 0s;
}
 .main_sw.search .box1 .vkPage .articleShow .iphoneBox {
 transition: all 470ms ease-in-out 0s;
}
 .main_sw.search .box1 .vkPage .articleShow .con {
 transition: all 670ms ease-in-out 0s;
}
 .main_sw.search .box1 .conceptBox.articleShow .con {
 transition: all 470ms ease 200ms;
}
 .main_sw.search .box1 .conceptBox.articleShow .img {
 transition: all 670ms ease 300ms;
}
 .main_sw.search .box1 .joinBox.articleShow .inner {
 transition: all 400ms ease 200ms;
}
 .main_sw.search .box1 .articleShow .inT {
 transition: all 670ms ease-in-out 0s;
}
 .main_sw.search .box1 .articleShow .newsDL dd {
 transition: all 670ms ease-in-out 0s;
}
 .main_sw.search .box1 .biddingPage .articleShow {
 transition: all 470ms ease-in-out 0s;
}
 .main_sw.search .box1 .joinDL .item2 .list a {
 margin: 0px 3%;
}
 .main_sw.search .box1 .disciplinatryBox {
 width: 80%;
}
 .main_sw.search .box1 .reportList .img {
 width: 42%;
}
 .main_sw.search .box1 .reportList .con {
 width: 54%;
 padding-top: 15px;
}
 .main_sw.search .box1 .reportList .con .time {
 margin-bottom: 15px;
}
 .main_sw.search .box1 .reportList .con .c {
 height: 75px;
 margin-bottom: 15px;
}
}
 @media screen and (min-width: 1025px) {
 .main_sw.search .box1 .pageNav a:hover .line {
 left: 0px;
 width: 100%;
 transition: 300ms;
}
 .main_sw.search .box1 .newnav a:hover .i1 {
 width: 100%;
}
 .main_sw.search .box1 .pageMore:hover .i1 {
 width: 100%;
}
}
 @media screen and (max-width: 1024px) {
 .main_sw.search .box1 .serachI .stxt {
 font-size: 14px;
}
 .main_sw.search .box1 .serachI .sbtn {
 font-size: 14px;
}
 .main_sw.search .box1 .serachlist dd {
 font-size: 14px;
}
 .main_sw.search .box1 .backTop {
 background-size: cover;
 width: 42px;
 height: 42px;
}
 .main_sw.search .box1 .backTop .ico {
 width: 9px;
 height: 10px;
 margin: 12px auto 0;
}
 .main_sw.search .box1 .backTop:hover .ico {
 margin-top: 9px;
}
 .main_sw.search .box1 .inner {
 width: 90%;
}
 .main_sw.search .box1 .head, .main_sw.search .box1 .mtop {
 height: 52px;
}
 .main_sw.search .box1 .head .top {
 width: 100%;
}
 .main_sw.search .box1 .logo {
 margin: 16px 0px 0px 5%;
}
 .main_sw.search .box1 .navbox {
 display: none;
}
 .main_sw.search .box1 .serachbtn {
 width: 52px;
 height: 52px;
 background-color: #0060ad;
 margin-top: 0px;
}
 .main_sw.search .box1 .searchBox {
 top: 62px;
}
 .main_sw.search .box1 .searchBox {
 width: 100%;
}
 .main_sw.search .box1 .searchBox .search-btn {
 width: 52px;
}
 .main_sw.search .box1 .menu-handler {
 display: block;
}
 .main_sw.search .box1 .article-block .boxitem {
 top: 30px;
}
 .main_sw.search .box1 .foot .sharpBox {
 float: none;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .foot .lett {
 padding-bottom: 0px;
}
 .main_sw.search .box1 .hotBox {
 display: none;
}
 .main_sw.search .box1 .pbanner {
 height: 380px !important;
}
 .main_sw.search .box1 .pageBoxC {
 width: auto;
}
 .main_sw.search .box1 .teamPage {
 background-size: cover;
 padding: 110px 0px 90px;
}
 .main_sw.search .box1 .teamC {
 width: 45%;
}
 .main_sw.search .box1 .milepostPage .inner {
 padding: 60px 0px;
}
 .main_sw.search .box1 .pageNav {
 margin-bottom: 60px;
}
 .main_sw.search .box1 .pageNav a {
 margin: 0px;
}
 .main_sw.search .box1 .markR {
 width: 45%;
}
 .main_sw.search .box1 .comT {
 font-size: 26px;
}
 .main_sw.search .box1 .firstTeam .img {
 width: 50%;
}
 .main_sw.search .box1 .firstTeam .con {
 width: 45%;
 font-size: 12px;
}
 .main_sw.search .box1 .firstTeam .con .t {
 font-size: 16px;
 padding: 20px 0px;
}
 .main_sw.search .box1 .firstTeam .con .name {
 font-size: 20px;
}
 .main_sw.search .box1 .ideaList ul {
 margin-left: 0px;
}
 .main_sw.search .box1 .ideaList li {
 width: 100%;
 margin-left: 0px;
 float: none;
}
 .main_sw.search .box1 .ideaList .itemBox .img {
 width: 40%;
}
 .main_sw.search .box1 .ideaList .itemBox .con {
 font-size: 14px;
 width: 50%;
}
 .main_sw.search .box1 .ideaList .itemBox .con .t {
 font-size: 25px;
 padding: 25px 0px;
}
 .main_sw.search .box1 .milepostNav {
 padding: 50px 0px 0px;
}
 .main_sw.search .box1 .milepostNav li {
 font-size: 14px;
}
 .main_sw.search .box1 .milepostBox dd {
 padding: 50px 0px;
}
 .main_sw.search .box1 .inT, .main_sw.search .box1 .biddingPage .t, .main_sw.search .box1 .vkPage .con .t {
 font-size: 26px;
}
 .main_sw.search .box1 .investorBanner .inner {
 padding: 60px 0px;
}
 .main_sw.search .box1 .investorBanner .t {
 font-size: 26px;
 margin-bottom: 0px;
}
 .main_sw.search .box1 .zhangdie {
 font-size: 44px;
}
 .main_sw.search .box1 .investorBanner .list {
 margin: 15px 0px 40px;
}
 .main_sw.search .box1 .investorInfoPage, .main_sw.search .box1 .investorLPage, .main_sw.search .box1 .investorList, .main_sw.search .box1 .visitPage, .main_sw.search .box1 .coursePage {
 padding: 60px 0px;
}
 .main_sw.search .box1 .visitPage {
 background-attachment: initial;
 background-size: cover;
}
 .main_sw.search .box1 .listing .item {
 height: 51px;
}
 .main_sw.search .box1 .newsPage, .main_sw.search .box1 .biddingPage {
 padding: 60px 0px;
}
 .main_sw.search .box1 .newsDL dd .img {
 margin-bottom: 20px;
}
 .main_sw.search .box1 .newsDL dd .t {
 height: 28px;
 font-size: 16px;
}
 .main_sw.search .box1 .biddingPage {
 background-attachment: initial;
 background-size: cover;
}
 .main_sw.search .box1 .biddingPage .c, .main_sw.search .box1 .vkPage .con .c {
 font-size: 16px;
}
 .main_sw.search .box1 .biddingNav {
 padding: 40px 0px;
}
 .main_sw.search .box1 .vkPage {
 padding-top: 60px;
}
 .main_sw.search .box1 .zyPage {
 padding: 80px 0px;
}
 .main_sw.search .box1 .zyPage .con .t {
 font-size: 24px;
 margin-bottom: 35px;
}
 .main_sw.search .box1 .zyPage .con .by {
 font-size: 16px;
 padding: 25px 0px;
}
 .main_sw.search .box1 .proBanner {
 padding: 80px 0px;
 background-attachment: initial;
}
 .main_sw.search .box1 .protxt {
 width: 90%;
 font-size: 12px;
}
 .main_sw.search .box1 .protxt .t {
 font-size: 30px;
}
 .main_sw.search .box1 .protxt .by {
 font-size: 16px;
}
 .main_sw.search .box1 .proMenu .con .name {
 font-size: 18px;
}
 .main_sw.search .box1 .redMore {
 width: 110px;
 height: 30px;
 line-height: 30px;
}
 .main_sw.search .box1 .subBanner img {
 display: none;
}
 .main_sw.search .box1 .subBanner {
 height: 400px;
}
 .main_sw.search .box1 .pconT, .main_sw.search .box1 .proiT {
 font-size: 24px;
}
 .main_sw.search .box1 .pintBox {
 width: 40%;
}
 .main_sw.search .box1 .ptInfoBox {
 padding: 8% 0px 10%;
}
 .main_sw.search .box1 .qgBox .con {
 width: 80%;
}
 .main_sw.search .box1 .qqBox .map {
 width: 100%;
 display: block;
 float: none;
}
 .main_sw.search .box1 .qqBox .con {
 position: relative;
 top: auto;
 left: auto;
 width: 90%;
 margin: 0px auto;
 padding: 40px 0px;
}
 .main_sw.search .box1 .conceptBox {
 position: relative;
 padding: 80px 0px;
}
 .main_sw.search .box1 .conceptBox .img {
 right: 0px;
 position: absolute;
 bottom: 0px;
}
 .main_sw.search .box1 .conceptBox .con {
 padding-top: 0px;
}
 .main_sw.search .box1 .advantageBox {
 background-attachment: inherit;
}
 .main_sw.search .box1 .aboutTab {
 width: 90%;
 margin: 0px auto;
}
 .main_sw.search .box1 .aboutTab a {
 width: 25%;
}
 .main_sw.search .box1 .joinBox .t {
 padding: 8% 0px;
}
 .main_sw.search .box1 .joinDL {
 padding-bottom: 15%;
}
 .main_sw.search .box1 .p3-page .con .t {
 font-size: 24px;
}
 .main_sw.search .box1 .p3-page .con .c {
 padding: 20px 0px;
}
 .main_sw.search .box1 .conp2 .conpDL {
 float: none;
 width: auto;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .hzptBox2 {
 float: none;
 width: auto;
 margin-top: 40px;
}
 .main_sw.search .box1 .hzptBox2 .item2 .c1 {
 font-size: 40px;
}
 .main_sw.search .box1 .p24List2 td {
 width: 90%;
 padding: 5%;
 display: block;
}
 .main_sw.search .box1 .p24List2 .yh .t {
 margin-bottom: 20px;
}
 .main_sw.search .box1 .butBox {
 width: 90%;
 margin-left: 0px;
 left: 5%;
}
 .main_sw.search .box1 .inListDt2 {
 padding: 50px 0px;
}
 .main_sw.search .box1 .linkIbox {
 display: none;
}
 .main_sw.search .box1 .ydBtn {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 left: 7%;
}
 .main_sw.search .box1 .article-block .boxitem {
 top: 0px;
 opacity: 1;
}
 .main_sw.search .box1 .sklist {
 margin-left: -2%;
}
 .main_sw.search .box1 .sklist li {
 width: 14.6%;
 margin-left: 2%;
}
 .main_sw.search .box1 .serachI .stxt {
 width: 45%;
}
 .main_sw.search .box1 .serachI .snum {
 display: block;
 padding: 10px 0px 0px 0px;
 width: 100%;
 clear: both;
 font-size: 18px;
}
 .main_sw.search .box1 .serachT {
 font-size: 30px;
}
 .main_sw.search .box1 .joinDL .item2 .list a {
 margin: 0px auto;
}
 .main_sw.search .box1 .caseDL .con {
 top: 8%;
}
 .main_sw.search .box1 .caseDL .con .c {
 margin: 5px 0px 4%;
 line-height: 1.6;
}
 .main_sw.search .box1 .aboutLink-item .ay2 {
 border-radius: 50%;
 background: none #4980af;
}
 .main_sw.search .box1 .aboutLink-item .ay2:hover {
 background: none #4980af;
}
 .main_sw.search .box1 .addGGBox .con {
 width: 90%;
}
 .main_sw.search .box1 .addGGBox .con .t {
 font-size: 28px;
 margin-bottom: 15px;
}
 .main_sw.search .box1 .addGGBox .con .c {
 font-size: 18px;
}
 .main_sw.search .box1 .addGGBox .con .c img {
 width: 20px;
}
}
 @media screen and (max-width: 861px) {
 .main_sw.search .box1 {
/*.banner .bx-wrapper .bx-pager{ width: 90%; left: 5%; text-align: left;}
	.banner .bx-wrapper .bx-pager.bx-default-pager a{ background:none #fff; width: 8px; height: 8px; border-radius: 50%; border: 1px solid #0060ad;}
	.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active{width: 8px; height: 8px; background:none #0060ad;}*/ }
 .main_sw.search .box1 .banner, .main_sw.search .box1 .banner .pic2 .binbox {
 color: #0060ad;
}
 .main_sw.search .box1 .banner a:link, .main_sw.search .box1 .banner a:visited {
 color: #0060ad;
}
 .main_sw.search .box1 .banner a:active, .main_sw.search .box1 .banner a:hover {
 color: #0060ad;
}
 .main_sw.search .box1 .banner .pic2 .binbox a:link, .main_sw.search .box1 .banne .pic2 .binbox a:visited {
 color: #0060ad;
}
 .main_sw.search .box1 .banner .pic2 .binbox a:active, .main_sw.search .box1 .banne .pic2 .binboxr a:hover {
 color: #0060ad;
}
 .main_sw.search .box1 .banner .binbox {
 padding: 40px 5% 70px;
 position: relative;
 left: auto;
 top: auto;
 text-align: left;
}
 .main_sw.search .box1 .banner .binbox .c {
 width: auto;
 margin-bottom: 20px;
 font-size: 14px;
 display: none;
}
 .main_sw.search .box1 .banner .binbox .t1 {
 font-size: 22px;
 line-height: 1.5;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .banner .owl-controls {
 text-align: left;
 left: 5%;
 width: 90%;
}
 .main_sw.search .box1 .banner .owl-controls .owl-page span {
 background: none #fff;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 border: 1px solid #0060ad;
}
 .main_sw.search .box1 .banner .owl-controls .owl-page.active span, .main_sw.search .box1 .banner .owl-controls.clickable .owl-page:hover span {
 width: 8px;
 height: 8px;
 background: none #0060ad;
}
 .main_sw.search .box1 .ibox .boxitem, .main_sw.search .box1 .ibox .boxitem.item3 {
 width: 100%;
}
 .main_sw.search .box1 .boxitem .itemtxt .t {
 padding-top: 29%;
}
 .main_sw.search .box1 .follow a {
 float: none;
 display: block;
 width: 100%;
 padding: 30px 0px;
}
 .main_sw.search .box1 .linkIbox, .main_sw.search .box1 .foot {
 padding: 50px 0px;
}
 .main_sw.search .box1 .linkIbox dd {
 width: 100%;
 float: none;
 padding-left: 0px;
 margin-bottom: 40px;
}
 .main_sw.search .box1 .linkIbox dd .t {
 border-bottom: 1px solid #c9d5e3;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .linkIbox dd.item6 {
 width: 100%;
 margin-bottom: 0px;
}
 .main_sw.search .box1 .pbanner {
 height: 350px !important;
}
 .main_sw.search .box1 .pageBox {
 padding: 60px 0px;
}
 .main_sw.search .box1 .pageBoxC {
 padding: 40px 0px;
}
 .main_sw.search .box1 .pageBoxT .zh, .main_sw.search .box1 .pageBoxT .en, .main_sw.search .box1 .teamC .t {
 font-size: 22px;
}
 .main_sw.search .box1 .teamPage {
 background-size: cover;
 padding: 80px 0px 60px;
}
 .main_sw.search .box1 .teamC .name img {
 max-width: 60%;
}
 .main_sw.search .box1 .linkIbox dd.article-block {
 transform: translate(0px, 0px);
 -webkit-transform: translate(0px, 0px);
 opacity: 1;
}
 .main_sw.search .box1 .foot .article-block {
 opacity: 1;
}
 .main_sw.search .box1 .markL {
 float: none;
 margin: 0px auto 40px;
}
 .main_sw.search .box1 .markR {
 float: none;
 width: auto;
}
 .main_sw.search .box1 .comT {
 font-size: 24px;
}
 .main_sw.search .box1 .firstTeam .img {
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .firstTeam .con {
 width: 90%;
 float: none;
 padding: 0px 5% 5%;
}
 .main_sw.search .box1 .teamList li {
 width: 48%;
}
 .main_sw.search .box1 .milepostNav li {
 width: 33.33%;
}
 .main_sw.search .box1 .milepostNav li a, .main_sw.search .box1 .milepostNav li.act a {
 border-bottom: 1px solid #e5e5e5;
}
 .main_sw.search .box1 .milepostNav li.act a {
 padding: 13px 0px;
 color: #0060ad;
}
 .main_sw.search .box1 .investorInfoPage .img, .main_sw.search .box1 .investorInfoPage .con, .main_sw.search .box1 .coursePage .img, .main_sw.search .box1 .coursePage .con {
 float: none;
 width: auto;
}
 .main_sw.search .box1 .coursePage .img {
 width: 50%;
 margin: 0px auto;
}
 .main_sw.search .box1 .investorInfoPage .con, .main_sw.search .box1 .coursePage .con {
 padding-top: 30px;
}
 .main_sw.search .box1 .investorInfoPage .con .c, .main_sw.search .box1 .coursePage .con .c {
 height: auto;
}
 .main_sw.search .box1 .investorList {
 padding: 50px 0px;
}
 .main_sw.search .box1 .investorList li {
 width: 48%;
 margin-bottom: 2%;
}
 .main_sw.search .box1 .inList .c {
 width: 50%;
}
 .main_sw.search .box1 .biddingNav a {
 width: 20%;
}
 .main_sw.search .box1 .iphoneBox {
 margin: 0px 8% 0px 0px;
}
 .main_sw.search .box1 .vkPage .con {
 width: 40%;
}
 .main_sw.search .box1 .paging {
 padding: 40px 0px;
}
 .main_sw.search .box1 .paging a, .main_sw.search .box1 .paging span {
 width: 28px;
 height: 28px;
 line-height: 28px;
}
 .main_sw.search .box1 .paging .prev, .main_sw.search .box1 .paging .next {
 margin: 0px 5px !important;
}
 .main_sw.search .box1 .biddingTwo .t, .main_sw.search .box1 .biddingTwo .c {
 padding: 5%;
}
 .main_sw.search .box1 .biddingTwo .t {
 font-size: 16px;
}
 .main_sw.search .box1 .zyPage .con .c {
 font-size: 12px;
 height: 64px;
}
 .main_sw.search .box1 .courseDL dd {
 padding-left: 80px;
}
 .main_sw.search .box1 .courseDL dd .time {
 width: 80px;
 font: 22px/48px arial;
}
 .main_sw.search .box1 .proMenu li {
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .proMenu .con .ico {
 margin: 15% auto 40px;
}
 .main_sw.search .box1 .proMenu .con .name {
 font-size: 30px;
 margin-bottom: 35px;
}
 .main_sw.search .box1 .prodctArea-ul li {
 width: 48%;
}
 .main_sw.search .box1 .caseDL .img {
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .caseDL .con {
 position: relative;
 left: auto !important;
 height: auto;
 margin-top: 0px;
 top: auto;
 width: 90%;
 padding: 40px 5%;
}
 .main_sw.search .box1 .caseDL .con .t {
 height: auto;
}
 .main_sw.search .box1 .subBanner {
 height: 380px;
}
 .main_sw.search .box1 .pconT, .main_sw.search .box1 .proiT {
 font-size: 20px;
}
 .main_sw.search .box1 .plyList li {
 width: 40%;
 padding: 5%;
 height: 180px;
}
 .main_sw.search .box1 .plyList li .zm {
 font-size: 90px;
}
 .main_sw.search .box1 .pintBox {
 width: 60%;
}
 .main_sw.search .box1 .conp1 img.r {
 float: none;
 margin: 30px 0px !important;
}
 .main_sw.search .box1 .conceptBox {
 padding: 50px 0px 0px;
}
 .main_sw.search .box1 .conceptBox .img {
 right: auto;
 position: relative;
 bottom: auto;
 width: 100%;
}
 .main_sw.search .box1 .conceptBox .con {
 padding-bottom: 40px;
 width: auto;
}
 .main_sw.search .box1 .aboutTab a {
 font-size: 14px;
 padding: 0px 1%;
 width: 23%;
 height: auto;
 padding-bottom: 30px;
}
 .main_sw.search .box1 .aboutTab a .i1 {
 width: 40px;
 height: 40px;
 line-height: 1.5;
 padding: 10px;
 font: 22px/40px Arial;
 float: none;
 background: none #fff;
 border-radius: 50%;
}
 .main_sw.search .box1 .aboutTab a.active .i1 {
 background-color: #0060ad;
}
 .main_sw.search .box1 .joinDL dd {
 padding: 8% 0%;
 width: 58%;
}
 .main_sw.search .box1 .joinDL dd.item1 {
 width: 38%;
}
 .main_sw.search .box1 .joinDL dd .name {
 font-size: 20px;
}
 .main_sw.search .box1 .joinDL dd .c {
 font-size: 14px;
 margin-bottom: 0px;
 height: 62px;
}
 .main_sw.search .box1 .p3-page .img, .main_sw.search .box1 .p3-page .con {
 float: none;
 margin: 0px auto;
 width: auto;
}
 .main_sw.search .box1 .p3-page .con {
 padding: 10% 5%;
}
 .main_sw.search .box1 .p24News .article-intro {
 height: 56px;
}
 .main_sw.search .box1 .overD .overLeft, .main_sw.search .box1 .overD .overRight {
 float: none;
 display: block;
 width: 100%;
}
 .main_sw.search .box1 .ydBtn {
 transform: scale(0.6);
 -webkit-transform: scale(0.6);
 left: 5%;
 bottom: 4%;
}
 .main_sw.search .box1 .sqList li {
 width: 33.33%;
}
 .main_sw.search .box1 .skbot {
 display: none;
}
 .main_sw.search .box1 .sklist li {
 width: 31.33%;
 min-height: 220px;
}
 .main_sw.search .box1 .serachI {
 padding: 8% 5%;
}
 .main_sw.search .box1 .disciplinatryTbl .d-p {
 float: none;
 display: block;
 width: auto;
 font-size: 16px;
 margin-bottom: 5px;
 text-align: left;
 padding: 0px;
 color: #565656;
}
 .main_sw.search .box1 .disciplinatryTbl .d-c {
 float: none;
 width: auto;
 display: block;
 color: #6C6C6C;
}
 .main_sw.search .box1 .reportList ul {
 margin-left: 0px;
}
 .main_sw.search .box1 .reportList li {
 float: none;
 margin-left: 0px;
 width: auto;
}
 .main_sw.search .box1 .reportList .img {
 width: 40%;
 margin-right: 5%;
}
 .main_sw.search .box1 .reportList .con {
 width: 50%;
 padding: 20px 0px;
}
 .main_sw.search .box1 .reportList .con .time {
 margin-bottom: 20px;
}
 .main_sw.search .box1 .reportList .con .c {
 height: 75px;
 margin-bottom: 25px;
}
 .main_sw.search .box1 .aboutLink {
 width: 100%;
}
 .main_sw.search .box1 .aboutLink li {
 width: 38%;
}
 .main_sw.search .box1 .aboutLink li.itemC {
 width: 24%;
}
 .main_sw.search .box1 .biddingFor .t {
 padding: 10px 5%;
 font-size: 16px;
}
 .main_sw.search .box1 .biddingFor .c {
 padding: 0px 5%;
}
 .main_sw.search .box1 .suggestion-box {
 padding: 50px 0px;
}
 .main_sw.search .box1 .suggestion-box .img {
 float: none;
 width: 100%;
}
 .main_sw.search .box1 .suggestion-box .con {
 padding-bottom: 40px;
 width: auto;
}
 .main_sw.search .box1 .suggestionForm .item1 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .main_sw.search .box1 .suggestionForm .item2 {
 float: none;
 width: 100%;
 margin-top: 50px;
}
 .main_sw.search .box1 .suggestion-list .ftxt {
 height: auto;
}
 .main_sw.search .box1 .suggestion-list .ftxt2 {
 height: 130px;
}
 .main_sw.search .box1 select.fsel, .main_sw.search .box1 .suggestion-list .ftxt, .main_sw.search .box1 .suggestion-list .fitem select.fsel, .main_sw.search .box1 .suggestion-list .fitem .ftxt {
 box-sizing: border-box;
 width: 100%;
 margin-right: 0;
 padding: 8px 3%;
}
 .main_sw.search .box1 .suggestion-list .fitem {
 width: 48%;
 margin-left: 4%;
}
 .main_sw.search .box1 .suggestion-list .fitem:first-child {
 margin-left: 0;
}
 .main_sw.search .box1 .sitem-box {
 height: auto;
 padding: 40px 5%;
}
 .main_sw.search .box1 .sitem-box .ico {
 width: 40px;
}
 .main_sw.search .box1 .sugbtn-ok1, .main_sw.search .box1 .sugbtn-ok2 {
 height: 44px;
 line-height: 44px;
}
 .main_sw.search .box1 .sugbtn-ok1 {
 margin-right: 4%;
}
 .main_sw.search .box1 .sugbtn-ok2 {
 margin-right: 0;
}
}
 @media screen and (max-width: 641px) {
 .main_sw.search .box1 .logo {
 width: 80px;
 margin-top: 20px;
}
 .main_sw.search .box1 .boxitem .itemtxt .t {
 padding-top: 26%;
}
 .main_sw.search .box1 .pbanner .pbtxt .zh1 {
 font-size: 20px;
}
 .main_sw.search .box1 .pbanner .pbtxt .zh2 {
 font-size: 14px;
}
 .main_sw.search .box1 .pbanner {
 height: 300px !important;
}
 .main_sw.search .box1 .pbanner2 .pbtxt {
 width: 80%;
 top: 25%;
}
 .main_sw.search .box1 .pageBoxT .zh, .main_sw.search .box1 .pageBoxT .en {
 font-size: 20px;
}
 .main_sw.search .box1 .teamC .t {
 font-size: 15px;
}
 .main_sw.search .box1 .teamMore {
 height: 40px;
 line-height: 40px;
}
 .main_sw.search .box1 .ideaPage {
 padding: 60px 0px;
}
 .main_sw.search .box1 .ideaPage .t, .main_sw.search .box1 .pageBoxT2 .zh1 {
 font-size: 22px;
}
 .main_sw.search .box1 .ideaPage .c {
 height: auto;
 font-size: 18px;
 margin: 0px 0px 30px;
}
 .main_sw.search .box1 .pageBoxT2 .zh2 {
 font-size: 18px;
}
 .main_sw.search .box1 .proLeft, .main_sw.search .box1 .proRight {
 transform: scale(0.8, 0.8);
 -webkit-transform: scale(0.8, 0.8);
}
 .main_sw.search .box1 .milepostDemo .item {
 border: 1px solid #dddddd;
}
 .main_sw.search .box1 .milepostDemo .item .t {
 font-size: 20px;
}
 .main_sw.search .box1 .milepostPage .inner {
 padding: 40px 0px;
}
 .main_sw.search .box1 .pageNav {
 text-align: left;
 margin-bottom: 50px;
}
 .main_sw.search .box1 .pageNav a {
 float: left;
 width: 33.33%;
 padding: 0px;
 text-align: center;
 display: block;
}
 .main_sw.search .box1 .aboutLink {
 padding: 40px 0px;
}
 .main_sw.search .box1 .aboutLink li, .main_sw.search .box1 .aboutLink li.itemC {
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .aboutLink li.itemC {
 padding: 40px 0px;
}
 .main_sw.search .box1 .marketPage .inner {
 width: 100%;
}
 .main_sw.search .box1 .markR {
 width: 90%;
 margin: 0px auto;
}
 .main_sw.search .box1 .teamList ul {
 margin-left: 0px;
}
 .main_sw.search .box1 .teamList li {
 width: 100%;
 float: none;
 margin-left: 0px;
}
 .main_sw.search .box1 .teamList li .con {
 background-color: #9abce5;
 color: #fff;
 padding: 20px 25px;
}
 .main_sw.search .box1 .teamList li .con .zw {
 height: auto;
}
 .main_sw.search .box1 .ideaList .itemBox .img {
 width: 50%;
}
 .main_sw.search .box1 .ideaList .itemBox .con {
 width: 40%;
 font-size: 12px;
}
 .main_sw.search .box1 .ideaList .itemBox .con .t {
 font-size: 18px;
 padding: 10px 0px;
}
 .main_sw.search .box1 .milepostNav li {
 width: 50%;
}
 .main_sw.search .box1 .milepostBox dd .img {
 width: auto;
 float: none;
 margin-right: 0px;
}
 .main_sw.search .box1 .milepostBox dd.rimg .img {
 margin-left: 0px;
 float: none;
}
 .main_sw.search .box1 .milepostBox dd .con {
 padding-top: 40px;
}
 .main_sw.search .box1 .investorBanner .list {
 width: 100%;
}
 .main_sw.search .box1 .investorBanner .list li {
 width: 50%;
}
 .main_sw.search .box1 .investorInfoPage, .main_sw.search .box1 .coursePage {
 padding: 10% 0px;
}
 .main_sw.search .box1 .inT, .main_sw.search .box1 .biddingPage .t, .main_sw.search .box1 .vkPage .con .t {
 font-size: 24px;
}
 .main_sw.search .box1 .investorInfoPage .con .c, .main_sw.search .box1 .coursePage .con .c {
 margin: 15px 0px 25px;
}
 .main_sw.search .box1 .visitT {
 font-size: 16px;
}
 .main_sw.search .box1 .visitT .tel {
 float: none;
 display: block;
 font-size: 18px;
}
 .main_sw.search .box1 .messForm .mtxt {
 float: none;
 width: 92%;
 display: block;
 padding: 10px 4%;
 margin: 0px 0px 15px;
}
 .main_sw.search .box1 .messForm .mtxt3 {
 margin-bottom: 25px;
}
 .main_sw.search .box1 .messForm .mitem {
 margin-bottom: 0px;
}
 .main_sw.search .box1 .listing .item {
 float: none;
 width: 90% !important;
 padding: 5%;
 height: auto;
}
 .main_sw.search .box1 .listingTBL .ts {
 padding: 10px 5% 0px;
}
 .main_sw.search .box1 select.selectYear {
 width: 130px;
 height: 38px;
 line-height: 38px;
}
 .main_sw.search .box1 .inListDt .t {
 font-size: 18px;
 line-height: 1.8;
}
 .main_sw.search .box1 .inList li {
 height: auto;
}
 .main_sw.search .box1 .inList .time {
 padding: 8px 10px;
 height: auto;
 width: auto;
 margin: 0px 15px 0px 0px;
 line-height: 1.1;
}
 .main_sw.search .box1 .inList .time .num {
 font-size: 25px;
}
 .main_sw.search .box1 .inList .c {
 padding: 5px 0px 0px 0px;
 font-size: 12px;
 height: 40px;
 line-height: 1.8;
}
 .main_sw.search .box1 .inList .downbtn {
 width: 56px;
 padding-top: 56px;
 overflow: hidden;
 height: 0px;
 background-position: center center;
}
 .main_sw.search .box1 .inList .more {
 width: 76px;
 height: 56px;
 line-height: 56px;
}
 .main_sw.search .box1 .inListDt .t {
 font-size: 18px;
 line-height: 1.8;
}
 .main_sw.search .box1 .newsPage .newsDL {
 padding: 40px 0px 10px;
}
 .main_sw.search .box1 .newsDL dd {
 float: none;
 width: 100%;
 margin: 0px 0px 30px;
}
 .main_sw.search .box1 .newsDL dd .t {
 height: auto;
}
 .main_sw.search .box1 .biddingNav a {
 width: 40%;
 margin-bottom: 10px;
}
 .main_sw.search .box1 .iphoneBox {
 float: none;
 margin: 0px auto;
}
 .main_sw.search .box1 .vkPage {
 height: auto;
}
 .main_sw.search .box1 .vkPage .con {
 width: auto;
 float: none;
 text-align: center;
 padding: 0px 0px 40px;
}
 .main_sw.search .box1 .vkPage .con .c {
 height: auto;
}
 .main_sw.search .box1 .vkPage .con .pageMore {
 margin: 0px auto;
 float: none;
}
 .main_sw.search .box1 .newnav {
 width: 100%;
 padding: 18px 0px 30px;
}
 .main_sw.search .box1 .newnav a {
 width: 42.5%;
 margin: 0px 0px 5% 5%;
}
 .main_sw.search .box1 .zyPage .con {
 float: none;
 width: 80%;
 background-color: #f7f7f5;
 padding: 10%;
}
 .main_sw.search .box1 .proMenu .con .ico {
 margin: 15% auto 20px;
}
 .main_sw.search .box1 .proMenu .con .name {
 font-size: 22px;
}
 .main_sw.search .box1 .subBanner {
 height: 250px;
}
 .main_sw.search .box1 .pintBox {
 width: auto;
}
 .main_sw.search .box1 .qgBox .con {
 position: relative;
 top: auto;
 width: 100%;
}
 .main_sw.search .box1 .hzptBox dd {
 float: none !important;
 width: auto;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .pro3nav {
 border: 0px none;
}
 .main_sw.search .box1 .pro3nav li {
 width: auto;
 float: none;
 border: 1px solid #EAEAEA;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .pbanner3 .pbtxt .zh1 {
 font-size: 18px;
}
 .main_sw.search .box1 .advCon {
 text-align: left;
 padding: 25px;
}
 .main_sw.search .box1 .p3-con .conpDL .y {
 width: 88px;
 height: 88px;
 line-height: 88px;
 font-size: 30px;
}
 .main_sw.search .box1 .hzptBox2 .c1 {
 font-size: 40px;
}
 .main_sw.search .box1 .p24List, .main_sw.search .box1 .p24List li {
 margin-left: 0px;
}
 .main_sw.search .box1 .p24List li {
 float: none;
 width: auto;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .p24News dd .img {
 float: none;
 width: auto;
 margin-right: 0px;
}
 .main_sw.search .box1 .p24News dd .con {
 float: none;
 width: 90%;
 padding: 8% 5%;
}
 .main_sw.search .box1 .p24News .article-intro {
 height: auto;
 line-height: 1.8;
}
 .main_sw.search .box1 .infoT .t {
 font-size: 24px;
}
 .main_sw.search .box1 .infoT .c span {
 margin-right: 5px;
}
 .main_sw.search .box1 .infoPaging a.list {
 float: none;
 margin-bottom: 15px;
 background-color: #0060ad;
 color: #fff;
}
 .main_sw.search .box1 .infoPaging p {
 width: 100%;
}
 .main_sw.search .box1 .prodctArea-ul ul {
 margin-left: 0;
}
 .main_sw.search .box1 .prodctArea-ul li {
 width: 100%;
 float: none;
 margin-left: 0;
}
 .main_sw.search .box1 .prodctArea-ul li .title {
 line-height: 48px;
 height: 48px;
}
 .main_sw.search .box1 .prodctArea-ul li .arrow {
 display: none;
}
 .main_sw.search .box1 .overlay .overlaySider {
 height: 38px;
 background-color: #fff;
 width: 90%;
 padding: 6px 5%;
 left: 0px;
 line-height: 38px;
 z-index: 300;
}
 .main_sw.search .box1 .returnA {
 float: left;
 display: block;
 padding: 0px;
}
 .main_sw.search .box1 .overlayNav {
 display: none;
}
 .main_sw.search .box1 .overlaySider .selectYear {
 display: block;
}
 .main_sw.search .box1 .overlay .pinner {
 padding: 50px 0px 0px;
 width: auto;
}
 .main_sw.search .box1 .overT, .main_sw.search .box1 .overD {
 width: 90%;
 margin: 0px auto;
}
 .main_sw.search .box1 .overTbl .fc {
 text-align: left;
}
 .main_sw.search .box1 .onumBox {
 position: relative;
 right: auto;
 width: 100%;
 top: auto;
 padding: 20px 0px;
}
 .main_sw.search .box1 .onumBox .pleft, .main_sw.search .box1 .onumBox .pright {
 top: 20px;
}
 .main_sw.search .box1 .overTbl {
 font-size: 12px;
}
 .main_sw.search .box1 .butBox .t {
 font-size: 18px;
 padding: 5px 0px;
}
 .main_sw.search .box1 .butBox .boxcon {
 padding: 8px 8px 0 0;
}
 .main_sw.search .box1 .butBox .con {
 padding: 5% 5% 0px;
}
 .main_sw.search .box1 .overT {
 text-align: center;
}
 .main_sw.search .box1 .overT .name {
 font-size: 24px;
}
 .main_sw.search .box1 .pconPage3 .winr {
 float: none;
 display: block;
 text-align: left !important;
 margin: 20px 0px 0px;
}
 .main_sw.search .box1 .pconPage3 .winL {
 float: none;
 display: block;
}
 .main_sw.search .box1 .p22YD .img {
 display: block;
}
 .main_sw.search .box1 .p22YD .ydBtn {
 position: relative;
 margin: 0px auto;
 left: auto;
 bottom: auto;
 margin-top: 20px;
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 background: none #6a9cd7;
 display: block;
}
 .main_sw.search .box1 .p22YD .ydBtn span {
 color: #fff;
 background-image: url(../Images/yd_ico3.png) !important;
}
 .main_sw.search .box1 .coursePage .img {
 width: 80%;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem3 {
 transition: all 200ms ease 100ms;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem2 {
 transition: all 300ms ease 150ms;
}
 .main_sw.search .box1 .proIbox2.articleShow .acitem1 {
 transition: all 400ms ease 200ms;
}
 .main_sw.search .box1 .articleShow .weixin {
 transition: all 200ms ease 100ms;
}
 .main_sw.search .box1 .articleShow .teamC, .main_sw.search .box1 .ideaPage .articleShow {
 transition: all 300ms ease-in-out 0s;
}
 .main_sw.search .box1 .vkPage .articleShow .iphoneBox {
 transition: all 370ms ease-in-out 0s;
}
 .main_sw.search .box1 .vkPage .articleShow .con {
 transition: all 570ms ease-in-out 0s;
}
 .main_sw.search .box1 .conceptBox.articleShow .con {
 transition: all 370ms ease 150ms;
}
 .main_sw.search .box1 .conceptBox.articleShow .img {
 transition: all 570ms ease 220ms;
}
 .main_sw.search .box1 .joinBox.articleShow .inner {
 transition: all 400ms ease 150ms;
}
 .main_sw.search .box1 .articleShow .inT {
 transition: all 470ms ease-in-out 0s;
}
 .main_sw.search .box1 .articleShow .newsDL dd {
 transition: all 470ms ease-in-out 0s;
}
 .main_sw.search .box1 .biddingPage .articleShow {
 transition: all 370ms ease-in-out 0s;
}
 .main_sw.search .box1 .skT {
 padding: 0px;
 overflow: visible;
}
 .main_sw.search .box1 .skT .num {
 float: left;
 display: block;
 position: relative;
 left: auto;
 top: auto;
 margin-right: 10px;
}
 .main_sw.search .box1 .sklist li {
 width: 48%;
}
 .main_sw.search .box1 .serachT {
 font-size: 28px;
}
 .main_sw.search .box1 .joinDL dd, .main_sw.search .box1 .joinDL dd.item1 {
 float: none;
 width: 90%;
 padding: 8% 5%;
}
 .main_sw.search .box1 .joinDL dd.item1 {
 margin-bottom: 30px;
}
 .main_sw.search .box1 .joinDL .item2 .list {
 height: auto;
}
 .main_sw.search .box1 .pagingBox .paging {
 float: none;
}
 .main_sw.search .box1 .pagingBox .num {
 float: none;
 display: none;
}
 .main_sw.search .box1 .biddingThreen dd {
 padding-left: 0px;
}
 .main_sw.search .box1 .biddingThreen .timeBox {
 float: none;
 display: block;
 position: relative;
 padding-top: 10px;
 height: 60px;
}
 .main_sw.search .box1 .biddingThreen .con .t {
 font-size: 16px;
}
 .main_sw.search .box1 .discipForm {
 width: 100%;
}
 .main_sw.search .box1 .disciplinatryBox .bgfff {
 padding: 30px 20px;
}
 .main_sw.search .box1 .aboutInfo img, .main_sw.search .box1 .infoPage img, .main_sw.search .box1 .infoPage img {
 width: auto !important;
 height: auto !important;
}
 .main_sw.search .box1 .biddingFor .list .dowico {
 margin: 0px 0px 0px 10px;
 padding-left: 25px;
}
 .main_sw.search .box1 .tqm-box {
 width: 90%;
 left: 5%;
 padding: 0px 5%;
 box-sizing: border-box;
 margin-left: 0;
}
 .main_sw.search .box1 .tqm-box .con {
 margin-bottom: 45px;
}
 .main_sw.search .box1 .addGGBox .con .c {
 font-size: 14px;
}
 .main_sw.search .box1 .addGGBox .con .c img {
 width: 18px;
}
 .main_sw.search .box1 #suggestionPage .visitT {
 margin-bottom: 50px;
}
 .main_sw.search .box1 .suggestion-list .fname {
 font-size: 14px;
}
}
 @media screen and (max-width: 481px) {
 .main_sw.search .box1 .w2Box {
 width: 140px;
 margin: -177px 0px 0px -70px;
}
 .main_sw.search .box1 .w2Box dd {
 margin: 0px 0px 10px;
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .wBox dd .name {
 font-size: 13px;
}
 .main_sw.search .box1 .w2Box dd:last-child {
 margin: 0px;
}
 .main_sw.search .box1 .teamC .t {
 font-size: 14px;
}
 .main_sw.search .box1 .teamC .name {
 padding-top: 25px;
}
 .main_sw.search .box1 .markL {
 width: 100%;
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
}
 .main_sw.search .box1 .markL .bg {
 left: 58px;
}
 .main_sw.search .box1 .markL .lin1 {
 left: 101px;
}
 .main_sw.search .box1 .markL .lin2 {
 left: 41px;
}
 .main_sw.search .box1 .markL .lin3 {
 left: 101px;
}
 .main_sw.search .box1 .markL .name1 {
 left: 37px;
}
 .main_sw.search .box1 .markL .name2 {
 left: -20px;
}
 .main_sw.search .box1 .markL .name3 {
 left: 332px;
}
 .main_sw.search .box1 .inT, .main_sw.search .box1 .vkPage .con .t {
 font-size: 22px;
}
 .main_sw.search .box1 .ideaList .itemBox .img {
 width: 100%;
 float: none;
}
 .main_sw.search .box1 .ideaList .itemBox .con {
 width: 90%;
 padding: 5% 5% 10%;
 float: none;
}
 .main_sw.search .box1 .investorList ul {
 margin: 0px;
}
 .main_sw.search .box1 .investorList li {
 width: 100%;
 float: none;
 margin: 0px 0px 20px;
}
 .main_sw.search .box1 .investorList .item .c {
 height: auto;
}
 .main_sw.search .box1 .listingTBL, .main_sw.search .box1 .recomendDL {
 width: 100%;
}
 .main_sw.search .box1 .courseDL dd {
 padding-left: 0px;
}
 .main_sw.search .box1 .courseDL dd .time {
 position: relative;
 display: block;
}
 .main_sw.search .box1 .courseDL dd .con {
 padding: 10% 5%;
}
 .main_sw.search .box1 .plyList li {
 height: 220px;
}
 .main_sw.search .box1 .conpDL2 dd .img {
 padding-bottom: 0px;
}
 .main_sw.search .box1 .conpDL2 dd {
 width: 33.33%;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .infoT .t {
 font-size: 20px;
}
 .main_sw.search .box1 .skT {
 font-size: 16px;
}
 .main_sw.search .box1 .sklist {
 margin-left: 0px;
}
 .main_sw.search .box1 .sklist li {
 width: 100%;
 margin-left: 0px;
 min-height: 10px;
 margin-bottom: 20px;
}
 .main_sw.search .box1 .reportList .img {
 width: 90%;
 padding: 5% 5% 0px;
 display: none;
}
 .main_sw.search .box1 .reportList .con {
 width: 90%;
 margin: 0px auto;
 float: none;
}
 .main_sw.search .box1 .suggestion-list .fitem {
 float: none;
 width: 100%;
 margin-left: 0;
}
 .main_sw.search .box1 .csstransitions select.fsel {
 background-position: 95% center;
}
}
 @media (max-width: 768px) {
 .main_sw.search .box1 .serachI {
 padding: 8% 5% 5%;
}
 .main_sw.search .box1 .serachT {
 font-size: 18px;
}
 .main_sw.search .box1 .serachI .snum {
 font-size: 14px;
}
 .main_sw.search .box1 .serachlist dd {
 padding-bottom: 12px;
 margin-bottom: 15px;
}
 .main_sw.search .box1 .page {
 padding: 15px 0 30px;
}
}
.pop-bg-sw {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000000;
	background: url(../Images/opa-70.png);
	overflow: auto;
}
.pop-bg-sw .close {
	position: absolute;
	top: 3%;
	right: 3%;
	width: 44px;
	height: 44px;
	cursor: pointer;
	/* width: 61px;
    height: 61px;
    background: url(../Images/close.png) no-repeat center center;
    background-size: contain;
    
    transition: transform 0.6s;
    @media(max-width: 1024px){
    	width: pe(61px);
    	height: pe(61px);
    }
    @media(min-width: 1025px){
    	&:hover{
    		transform: rotate(360deg);
    	}
    } */
    position: absolute;
	background: #fff;
	border-radius: 100%;
}
.pop-bg-sw .close .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
	animation: yuan 1s infinite ease-in-out;
	border-radius: 100%;
}
.pop-bg-sw .close i {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../Images/case_icon1.png) center no-repeat;
	z-index: 3;
}
 @media (max-width: 1024px) {
 .pop-bg-sw .close {
 width: 0.91667rem;
 height: 0.91667rem;
}
}
 @media (max-width: 435px) {
 .pop-bg-sw .close {
 width: 1.14583rem;
 height: 1.14583rem;
}
}
 @keyframes yuan {
 0% {
 transform: scale(1);
}
 60% {
 transform: scale(1.5);
}
}
.pop-box-sw {
	position: absolute;
	top: 150px;
	left: 3%;
	width: 94%;
	margin-bottom: 6%;
	box-sizing: border-box;
	z-index: 10000000001;
}
.pop-box-sw img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
 @media (max-width: 1024px) {
 .pop-box-sw {
 top: 3.125rem;
}
}
.pop-box-sw .power-text {
	margin: 0 auto;
	max-width: 720px;
	color: #fff;
}
.pop-box-sw .power-text .title {
	padding-bottom: 58px;
	font-size: 42px;
}
.pop-box-sw .power-text .text {
	position: relative;
	font-size: 24px;
	line-height: 1.6;
	padding-left: 36px;
}
.pop-box-sw .power-text .text i {
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
 @media (max-width: 1024px) {
 .pop-box-sw .power-text .title {
 padding-bottom: 24px;
 font-size: 24px;
}
 .pop-box-sw .power-text .text {
 font-size: 16px;
 padding-left: 26px;
}
 .pop-box-sw .power-text .text i {
 top: 9px;
 width: 8px;
 height: 8px;
}
}
 @media (min-width: 1025px) {
 .main_sw.industry .box5 .list .img-box {
 overflow: hidden;
}
 .main_sw.industry .box5 .list .img-box .img {
 transition: transform 0.4s;
}
 .main_sw.industry .box5 .list .img-box:hover .img {
 transform: scale(1.05);
}
}

/*# sourceMappingURL=style.css.map */
